diff --git a/charts/kutt/templates/postgresql/secret.yaml b/charts/kutt/templates/postgresql/secret.yaml index 188c4a29..aeb3262e 100644 --- a/charts/kutt/templates/postgresql/secret.yaml +++ b/charts/kutt/templates/postgresql/secret.yaml @@ -6,5 +6,5 @@ metadata: labels: {{- include "kutt.labels" . | nindent 4 }} data: - {{- include "kutt.postgresql.userPasswordKey" . | nindent 2 }}: {{ .Values.externalPostgresql.password | b64enc }} + {{- include "kutt.postgresql.userPasswordKey" . | nindent 2 }}: {{ .Values.externalPostgresql.auth.password | b64enc }} {{- end }}