Skip to content

Commit 6b9ee3e

Browse files
authored
presque
1 parent 98a4be1 commit 6b9ee3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

charts/postgres-backup-local/templates/statefulset.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ spec:
3030
mountPath: {{ .Values.persistence.mountPath }}
3131

3232
{{- if .Values.persistence.subPath }}
33-
subPath: .Values.persistence.subPath
33+
subPath: {{ .Values.persistence.subPath }}
3434
{{- end }}
3535
env:
3636
- name: POSTGRES_PASSWORD

0 commit comments

Comments
 (0)