Skip to content

Commit

Permalink
add log
Browse files Browse the repository at this point in the history
Signed-off-by: Yi Rae Kim <[email protected]>
  • Loading branch information
yiraeChristineKim committed Dec 1, 2023
1 parent e1f4ef2 commit f390bac
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions controllers/constraintstatus_controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -250,6 +250,8 @@ func (r *ConstraintPodStatusReconciler) handleDeleteEvent(

err := r.Update(ctx, config, &client.UpdateOptions{})
if err != nil {
r.Log.Error(err, "unable to update config syncOnly")

return err
}

Expand Down

0 comments on commit f390bac

Please sign in to comment.