Update chart depends

This commit is contained in:
David Burke 2022-08-17 15:47:45 -04:00
parent e55c49432c
commit bd023cd048
9 changed files with 10 additions and 9 deletions

View file

@ -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: