Skip to content

Commit

Permalink
fix: add missing .auth level to postgres secret.yaml
Browse files Browse the repository at this point in the history
Signed-off-by: Lucas Fernando Cardoso Nunes <[email protected]>
  • Loading branch information
lucasfcnunes authored Oct 9, 2023
1 parent 5a9b896 commit d8a8c4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/kutt/templates/postgresql/secret.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

0 comments on commit d8a8c4e

Please sign in to comment.