Skip to content

Commit

Permalink
PB-7944: In the backupResources(), not returning the reconciler cycle…
Browse files Browse the repository at this point in the history
…, after checking and updating the largeResource flag in the backup CR.

Signed-off-by: Vikas Kumar <vikas_it@hotmail.com>
  • Loading branch information
vikasit12 authored and siva-portworx committed Nov 15, 2024
1 parent 02d3dd0 commit 77b30eb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkg/applicationmanager/controllers/applicationbackup.go
Original file line number Diff line number Diff line change
Expand Up @@ -2076,7 +2076,6 @@ func (a *ApplicationBackupController) backupResources(
if err != nil {
return err
}
return nil
}
// Do any additional preparation for the resources if required
if err = a.prepareResources(backup, allObjects); err != nil {
Expand Down

0 comments on commit 77b30eb

Please sign in to comment.