Merge pull request #680 from carlisia/c-delete-from-etcd

Delete backups from etcd if they're not in storage
This commit is contained in:
Nolan Brubaker
2018-07-25 18:25:52 -04:00
committed by GitHub
4 changed files with 203 additions and 15 deletions
+1
View File
@@ -608,6 +608,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)