Fix: rename tls.ca to ca.crt in secret snippet
Change-Id: Ia2029bb1d2aef6f708fe5ff32daf8ccaf18d8e34
This commit is contained in:
parent
9071a03417
commit
59d74756ef
@ -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 }}
|
||||
|
Loading…
x
Reference in New Issue
Block a user