add existingSecret option, align postgres PW handling
This commit is contained in:
parent
9960f52561
commit
2fc2751d75
4 changed files with 16 additions and 2 deletions
|
@ -74,6 +74,10 @@ spec:
|
|||
envFrom:
|
||||
- secretRef:
|
||||
name: {{ include "django.fullname" . }}
|
||||
{{- if .Values.existingSecret }}
|
||||
- secretRef:
|
||||
name: {{ .Values.existingSecret }}
|
||||
{{- end }}
|
||||
- configMapRef:
|
||||
name: {{ include "django.fullname" . }}
|
||||
{{- with .Values.web.nodeSelector }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue