Merge pull request #4442 from a-mccarthy/fix-4352

Add defaultVolumesToRestic to schedule api docs
This commit is contained in:
Wenkai Yin(尹文开)
2021-12-20 11:09:26 +08:00
committed by GitHub
@@ -78,6 +78,8 @@ spec:
# a default value of 30 days will be used. The default can be configured on the velero server
# by passing the flag --default-backup-ttl.
ttl: 24h0m0s
# Whether restic should be used to take a backup of all pod volumes by default.
defaultVolumesToRestic: true
# The labels you want on backup objects, created from this schedule (instead of copying the labels you have on schedule object itself).
# When this field is set, the labels from the Schedule resource are not copied to the Backup resource.
metadata: