fixed wrong param name
This commit is contained in:
parent
977db7f67c
commit
7ab8fd7434
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ data:
|
||||||
{{- end }}
|
{{- end }}
|
||||||
{{- if .Values.configs.secret.argocdServerTlsConfig }}
|
{{- if .Values.configs.secret.argocdServerTlsConfig }}
|
||||||
tls.key: {{ .Values.configs.secret.argocdServerTlsConfig.key | b64enc }}
|
tls.key: {{ .Values.configs.secret.argocdServerTlsConfig.key | b64enc }}
|
||||||
tls.cert: {{ .Values.configs.secret.argocdServerTlsConfig.cert | b64enc }}
|
tls.crt: {{ .Values.configs.secret.argocdServerTlsConfig.cert | b64enc }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
|
|
||||||
{{- if .Values.configs.secret.argocdServerAdminPassword }}
|
{{- if .Values.configs.secret.argocdServerAdminPassword }}
|
||||||
|
|
Loading…
Reference in a new issue