found typo
This commit is contained in:
parent
af51c86dc5
commit
138d9ed27c
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ data:
|
|||
{{- end }}
|
||||
{{- if .Values.configs.secret.argocdServerTlsConfig }}
|
||||
tls.key: {{ .Values.configs.secret.argocdServerTlsConfig.key | b64enc }}
|
||||
tls.crt: {{ .Values.configs.secret.argocdServerTlsConfig.cert | b64enc }}
|
||||
tls.crt: {{ .Values.configs.secret.argocdServerTlsConfig.crt | b64enc }}
|
||||
{{- end }}
|
||||
|
||||
{{- if .Values.configs.secret.argocdServerAdminPassword }}
|
||||
|
|
Loading…
Reference in a new issue