Skip to content

Commit 721cf30

Browse files
committed
Use webhooks by default
Signed-off-by: Joe Nathan Abellard <[email protected]>
1 parent 9aacf62 commit 721cf30

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

operator/pkg/controller/karmada/controller.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,6 @@ func (ctrl *Controller) removeFinalizer(ctx context.Context, karmada *operatorv1
123123
}
124124

125125
func (ctrl *Controller) addFinalizer(ctx context.Context, karmada *operatorv1alpha1.Karmada) error {
126-
127126
// The object is not being deleted, so if it does not have our finalizer,
128127
// then lets add the finalizer and update the object. This is equivalent
129128
// to registering our finalizer.

0 commit comments

Comments
 (0)