|
|
@ -10,12 +10,11 @@ spec: |
|
|
|
template: |
|
|
|
includedNamespaces: |
|
|
|
- {{ .Release.Namespace }} |
|
|
|
# cert-manager objects are usually blocked during backup |
|
|
|
{{- with .Values.velero.backup.excludedResources }} |
|
|
|
excludedResources: |
|
|
|
- certificates.cert-manager.io |
|
|
|
- orders.acme.cert-manager.io |
|
|
|
- certificaterequests.cert-manager.io |
|
|
|
snapshotVolumes: true |
|
|
|
{{- toYaml . | nindent 8 }} |
|
|
|
{{- end }} |
|
|
|
snapshotVolumes: {{ .Values.velero.backup.snapshotVolumes }} |
|
|
|
# every weekday backup is good for the next year (365 days) |
|
|
|
ttl: 8760h0m0s |
|
|
|
useOwnerReferencesInBackup: false |
|
|
|