test
This commit is contained in:
@@ -3520,8 +3520,8 @@ spec:
|
||||
- args:
|
||||
- server
|
||||
- --uploader-type=kopia
|
||||
- --default-backup-storage-location=nas
|
||||
- --default-volume-snapshot-locations=nas
|
||||
- --default-backup-storage-location=velero/nas
|
||||
- --default-volume-snapshot-locations=velero/nas
|
||||
command:
|
||||
- /velero
|
||||
env:
|
||||
|
||||
@@ -407,13 +407,13 @@ configuration:
|
||||
# `velero server` default: 20.0
|
||||
clientQPS:
|
||||
# Name of the default backup storage location. Default: default
|
||||
defaultBackupStorageLocation: nas
|
||||
defaultBackupStorageLocation: velero/nas
|
||||
# The default duration any single item operation can take before timing out, especially important for large volume schedules. Default 4h
|
||||
defaultItemOperationTimeout:
|
||||
# How long to wait by default before backups can be garbage collected. Default: 72h
|
||||
defaultBackupTTL:
|
||||
# Name of the default volume snapshot location.
|
||||
defaultVolumeSnapshotLocations: nas
|
||||
defaultVolumeSnapshotLocations: velero/nas
|
||||
# `velero server` default: empty
|
||||
disableControllers:
|
||||
# `velero server` default: false
|
||||
|
||||
Reference in New Issue
Block a user