mirror of
https://github.com/vmware-tanzu/velero.git
synced 2026-09-20 15:04:17 +00:00
Exit when failing to update a backup's phase
Signed-off-by: Nolan Brubaker <nolan@heptio.com>
This commit is contained in:
@@ -211,6 +211,7 @@ func (c *backupDeletionController) processRequest(req *v1.DeleteBackupRequest) e
|
||||
})
|
||||
if err != nil {
|
||||
log.WithError(errors.WithStack(err)).Error("Error setting backup phase to deleting")
|
||||
return err
|
||||
}
|
||||
|
||||
var errs []string
|
||||
|
||||
Reference in New Issue
Block a user