mirror of
https://github.com/vmware-tanzu/velero.git
synced 2026-09-20 15:04:17 +00:00
Default and validate VolumeSnapshotLocations
Signed-off-by: Carlisia <carlisia@grokkingtech.io>
This commit is contained in:
@@ -636,6 +636,8 @@ func (s *server) runControllers(config *api.Config) error {
|
||||
backupTracker,
|
||||
s.sharedInformerFactory.Ark().V1().BackupStorageLocations(),
|
||||
s.config.defaultBackupLocation,
|
||||
s.sharedInformerFactory.Ark().V1().VolumeSnapshotLocations(),
|
||||
nil,
|
||||
s.metrics,
|
||||
)
|
||||
wg.Add(1)
|
||||
|
||||
Reference in New Issue
Block a user