mirror of
https://github.com/vmware-tanzu/velero.git
synced 2026-09-25 17:34:17 +00:00
Delete backups from etcd if they're not in storage
This fixes #309. Signed-off-by: Carlisia <carlisia@grokkingtech.io> Co-authored-by: Steve Kriss <steve@heptio.com>
This commit is contained in:
@@ -534,6 +534,7 @@ func (s *server) runControllers(config *api.Config) error {
|
||||
config.BackupStorageProvider.Bucket,
|
||||
config.BackupSyncPeriod.Duration,
|
||||
s.namespace,
|
||||
s.sharedInformerFactory.Ark().V1().Backups(),
|
||||
s.logger,
|
||||
)
|
||||
wg.Add(1)
|
||||
|
||||
Reference in New Issue
Block a user