Skip to content

Commit 0903eac

Browse files
committed
fix itemcollector
1 parent 4043e9a commit 0903eac

File tree

3 files changed

+717
-691
lines changed

3 files changed

+717
-691
lines changed

pkg/backup/backup.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,6 @@ func (kb *kubernetesBackupper) BackupWithResolvers(
239239
if err := kb.writeBackupVersion(tw); err != nil {
240240
return errors.WithStack(err)
241241
}
242-
243242
backupRequest.NamespaceIncludesExcludes = getNamespaceIncludesExcludes(backupRequest.Backup)
244243
log.Infof("Including namespaces: %s", backupRequest.NamespaceIncludesExcludes.IncludesString())
245244
log.Infof("Excluding namespaces: %s", backupRequest.NamespaceIncludesExcludes.ExcludesString())

0 commit comments

Comments
 (0)