mirror of
https://github.com/shadoll/helm-charts.git
synced 2026-08-28 03:27:08 +00:00
feat: Bump version to 0.1.14 and enhance backup persistence configuration
This commit is contained in:
@@ -38,6 +38,9 @@ spec:
|
||||
volumeMounts:
|
||||
- name: backup-storage
|
||||
mountPath: /backup
|
||||
{{- if .Values.backup.persistence.enabled }}
|
||||
subPath: postgres
|
||||
{{- end }}
|
||||
volumes:
|
||||
- name: backup-storage
|
||||
{{- if .Values.backup.persistence.enabled }}
|
||||
|
||||
Reference in New Issue
Block a user