Skip to content

Commit 3c83f52

Browse files
committed
f:
1 parent 0191a5e commit 3c83f52

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

internal/controller/gateway_controller.go

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -65,11 +65,6 @@ func (r *GatewayReconciler) SetupWithManager(mgr ctrl.Manager) error {
6565
Watches(
6666
&corev1.Secret{},
6767
handler.EnqueueRequestsFromMapFunc(r.listGatewaysForSecret),
68-
builder.WithPredicates(
69-
predicate.NewPredicateFuncs(func(_ client.Object) bool {
70-
return true
71-
}),
72-
),
7368
).
7469
Complete(r)
7570
}

0 commit comments

Comments
 (0)