File tree Expand file tree Collapse file tree 2 files changed +16
-0
lines changed Expand file tree Collapse file tree 2 files changed +16
-0
lines changed Original file line number Diff line number Diff line change 6565 storage :
6666 storageClass : {{ .Values.persistence.storageClass }}
6767 size : {{ .Values.persistence.size }}
68+ {{- with .Values.backup }}
69+ backup :
70+ {{- toYaml . | nindent 4 }}
71+ {{- end }}
Original file line number Diff line number Diff line change @@ -188,3 +188,15 @@ postgresql:
188188# # enabled: false
189189# # source: "source-db" # must be defined in 'init.externalClusters'
190190replica : {}
191+
192+ # # Add backup capability to all clusters
193+ # # https://cloudnative-pg.io/documentation/1.27/backup/
194+ # #
195+ backup :
196+ # # Configure the backup method to use k8s VolumeSnapshots as a default
197+ # # https://cloudnative-pg.io/documentation/1.27/appendixes/backup_volumesnapshot/
198+ # #
199+ volumeSnapshot :
200+ # # @param backup.volumeSnapshot.className VolumeSnapshotClass to be used to make backups
201+ # #
202+ className : csi-cephfsplugin-snapclass
You can’t perform that action at this time.
0 commit comments