File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed
charts/postgres-backup-local/templates Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -70,6 +70,6 @@ Name of the key in Secret that contains the PostgreSQL password
7070 { {- if .Values.auth.existingSecret -} }
7171 { {- .Values.auth.existingSecretPasswordKey -} }
7272 { {- else -} }
73- POSTGRES_PASSWORD
73+ postgresql-password
7474 { {- end -} }
7575{ {- end } }
Original file line number Diff line number Diff line change @@ -7,5 +7,5 @@ metadata:
77 {{- include "postgres-backup-local.labels" . | nindent 4 }}
88type : Opaque
99stringData :
10- POSTGRES_PASSWORD : {{ .Values.auth.postgres_password }}
10+ postgresql-password : {{ .Values.auth.postgres_password }}
1111 {{ end }}
Original file line number Diff line number Diff line change @@ -33,11 +33,11 @@ spec:
3333 subPath : .Values.persistence.subPath
3434 {{- end }}
3535 env :
36- - name : POSTGRES_PASSWORD
37- valueFrom :
38- secretKeyRef :
39- key : {{ include "postgres-backup-local.secret" . | quote }}
40- name : {{ include "postgres-backup-local.secretPasswordKey" . | quote }}
36+ - name : POSTGRES_PASSWORD
37+ valueFrom :
38+ secretKeyRef :
39+ name : {{ include "postgres-backup-local.secret" . | quote }}
40+ key : {{ include "postgres-backup-local.secretPasswordKey" . | quote }}
4141 envFrom :
4242 - configMapRef :
4343 name : {{ include "postgres-backup-local.fullname" . }}
You can’t perform that action at this time.
0 commit comments