Update chart depends
This commit is contained in:
parent
e55c49432c
commit
bd023cd048
9 changed files with 10 additions and 9 deletions
|
@ -68,7 +68,7 @@ spec:
|
|||
- name: DATABASE_PASSWORD
|
||||
valueFrom:
|
||||
secretKeyRef:
|
||||
name: {{ include "django.postgresql.fullname" . }}
|
||||
name: {{ default (include "django.postgresql.fullname" .) .Values.postgresql.auth.existingSecret }}
|
||||
key: postgres-password
|
||||
{{- end }}
|
||||
envFrom:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue