backup sync: process the default location first

Signed-off-by: Steve Kriss <steve@heptio.com>
This commit is contained in:
Steve Kriss
2018-08-28 13:19:21 -07:00
parent 7a1e6d16cc
commit 133dc185ca
4 changed files with 10 additions and 0 deletions
+1
View File
@@ -571,6 +571,7 @@ func (s *server) runControllers(config *api.Config, defaultBackupLocation *api.B
s.sharedInformerFactory.Ark().V1().BackupStorageLocations(),
s.config.backupSyncPeriod,
s.namespace,
s.config.defaultBackupLocation,
s.pluginRegistry,
s.logger,
s.logLevel,