We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98a4be1 commit 6b9ee3eCopy full SHA for 6b9ee3e
charts/postgres-backup-local/templates/statefulset.yaml
@@ -30,7 +30,7 @@ spec:
30
mountPath: {{ .Values.persistence.mountPath }}
31
32
{{- if .Values.persistence.subPath }}
33
- subPath: .Values.persistence.subPath
+ subPath: {{ .Values.persistence.subPath }}
34
{{- end }}
35
env:
36
- name: POSTGRES_PASSWORD
0 commit comments