|
@ -14,10 +14,16 @@ spec: |
|
|
excludedResources: |
|
|
excludedResources: |
|
|
{{- toYaml . | nindent 8 }} |
|
|
{{- toYaml . | nindent 8 }} |
|
|
{{- end }} |
|
|
{{- end }} |
|
|
snapshotVolumes: false |
|
|
|
|
|
# every monthly backup is good for the next 3 months (~90 days) |
|
|
# every monthly backup is good for the next 3 months (~90 days) |
|
|
ttl: 2190h0m0s |
|
|
ttl: 2190h0m0s |
|
|
|
|
|
{{- if .Values.velero.backup.useSnapshotBackup }} |
|
|
|
|
|
defaultVolumesToFsBackup: false |
|
|
|
|
|
snapshotVolumes: true |
|
|
|
|
|
snapshotMoveData: {{ .Values.velero.backup.snapshotMoveData }} |
|
|
|
|
|
{{- else }} |
|
|
defaultVolumesToFsBackup: true |
|
|
defaultVolumesToFsBackup: true |
|
|
|
|
|
snapshotVolumes: false |
|
|
|
|
|
{{- end }} |
|
|
hooks: |
|
|
hooks: |
|
|
resources: |
|
|
resources: |
|
|
- name: repozo |
|
|
- name: repozo |
|
|