Skip to content

Commit

Permalink
remove gating in mutator status controller
Browse files Browse the repository at this point in the history
Signed-off-by: Avinash Patnala <avinashpatnala@google.com>
  • Loading branch information
Avinash Patnala committed Oct 2, 2024
1 parent 958be2c commit a860f6c
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions pkg/controller/mutatorstatus/mutatorstatus_controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,6 @@ func (a *Adder) Add(mgr manager.Manager) error {
if !operations.IsAssigned(operations.MutationStatus) {
return nil
}
if !operations.IsAssigned(operations.Status) {
return nil
}
r := newReconciler(mgr, a.ControllerSwitch)
return add(mgr, r)
}
Expand Down

0 comments on commit a860f6c

Please sign in to comment.