Fix helm chart use of Postgres Password (#19537)

Fixes #19536
This commit is contained in:
Ben Hardill
2022-10-30 00:30:16 +01:00
committed by GitHub
parent 30ef110224
commit 6094a916b1
9 changed files with 9 additions and 9 deletions

View File

@ -37,7 +37,7 @@ data:
{{- end }}
{{- if not .Values.postgresql.enabled }}
{{- if not .Values.postgresql.auth.existingSecret }}
postgresql-password: "{{ .Values.postgresql.auth.password | b64enc }}"
postgres-password: "{{ .Values.postgresql.auth.password | b64enc }}"
{{- end }}
{{- end }}
{{- end -}}