diff --git a/velero/main.yaml b/velero/main.yaml index fc41a45..3758850 100644 --- a/velero/main.yaml +++ b/velero/main.yaml @@ -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: diff --git a/velero/src/values.yaml b/velero/src/values.yaml index cff6832..d6ad806 100644 --- a/velero/src/values.yaml +++ b/velero/src/values.yaml @@ -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