fix for postgres volume mount, not available when persistence is not enabled
This commit is contained in:
parent
d4d9d5931d
commit
039c9993f6
|
@ -116,9 +116,11 @@ spec:
|
|||
- containerPort: 5432
|
||||
resources:
|
||||
{{ toYaml .resources | indent 12 }}
|
||||
{{- if $.Values.persistence.enabled }}
|
||||
volumeMounts:
|
||||
- name: postgres-nfs
|
||||
mountPath: /var/lib/postgresql/data
|
||||
{{- end }}
|
||||
{{- end }}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue