Skip to content

Commit

Permalink
fix itemcollector
Browse files Browse the repository at this point in the history
  • Loading branch information
kaovilai committed Oct 24, 2024
1 parent 4043e9a commit 35f3993
Show file tree
Hide file tree
Showing 3 changed files with 747 additions and 714 deletions.
1 change: 0 additions & 1 deletion pkg/backup/backup.go
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,6 @@ func (kb *kubernetesBackupper) BackupWithResolvers(
if err := kb.writeBackupVersion(tw); err != nil {
return errors.WithStack(err)
}

backupRequest.NamespaceIncludesExcludes = getNamespaceIncludesExcludes(backupRequest.Backup)
log.Infof("Including namespaces: %s", backupRequest.NamespaceIncludesExcludes.IncludesString())
log.Infof("Excluding namespaces: %s", backupRequest.NamespaceIncludesExcludes.ExcludesString())
Expand Down
Loading

0 comments on commit 35f3993

Please sign in to comment.