about summary refs log tree commit diff
path: root/chart/templates/secrets.yaml
diff options
context:
space:
mode:
authorBen Hardill <b.hardill@gmail.com>2022-10-30 00:30:16 +0100
committerGitHub <noreply@github.com>2022-10-30 01:30:16 +0200
commit6094a916b185ae0634e016004deb4cec11afbaca (patch)
tree4cd63e12b59ae0ab5dacb6748f9da1c5b4c8feac /chart/templates/secrets.yaml
parent30ef11022487364256656efee3cee92db2c839b2 (diff)
Fix helm chart use of Postgres Password (#19537)
Fixes #19536
Diffstat (limited to 'chart/templates/secrets.yaml')
-rw-r--r--chart/templates/secrets.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/chart/templates/secrets.yaml b/chart/templates/secrets.yaml
index 135d5b61a..2a91c3493 100644
--- a/chart/templates/secrets.yaml
+++ b/chart/templates/secrets.yaml
@@ -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 -}}