Skip to content

Commit

Permalink
Key values change in secret
Browse files Browse the repository at this point in the history
  • Loading branch information
adityagajbhiye committed Mar 20, 2023
1 parent 0abb79f commit ea620c1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions charts/dftbackend/templates/postgresql-secrets.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ metadata:
name: dft-postgresql-secrets
type: Opaque
stringData:
password: {{ .Values.dftpostgresql.auth.secretKeys.password | default ( randAlphaNum 32 | quote ) }}
postgres-password: {{ .Values.dftpostgresql.auth.secretKeys.password | default ( randAlphaNum 32 | quote ) }}
password: {{ .Values.dftpostgresql.auth.secretKeys.adminPasswordKey | default ( randAlphaNum 32 | quote ) }}
postgres-password: {{ .Values.dftpostgresql.auth.secretKeys.userPasswordKey | default ( randAlphaNum 32 | quote ) }}

0 comments on commit ea620c1

Please sign in to comment.