mirror of
https://github.com/optim-enterprises-bv/openstack-helm-infra.git
synced 2026-01-08 16:31:25 +00:00
Fix: rename tls.ca to ca.crt in secret snippet
Change-Id: Ia2029bb1d2aef6f708fe5ff32daf8ccaf18d8e34
This commit is contained in:
@@ -33,7 +33,7 @@ data:
|
||||
tls.crt: {{ $host.public.tls.crt | b64enc }}
|
||||
tls.key: {{ $host.public.tls.key | b64enc }}
|
||||
{{- if $host.public.tls.ca }}
|
||||
tls.ca: {{ $host.public.tls.ca | b64enc }}
|
||||
ca.crt: {{ $host.public.tls.ca | b64enc }}
|
||||
{{- end }}
|
||||
{{- end }}
|
||||
{{- end }}
|
||||
|
||||
Reference in New Issue
Block a user