We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0191a5e commit 3c83f52Copy full SHA for 3c83f52
internal/controller/gateway_controller.go
@@ -65,11 +65,6 @@ func (r *GatewayReconciler) SetupWithManager(mgr ctrl.Manager) error {
65
Watches(
66
&corev1.Secret{},
67
handler.EnqueueRequestsFromMapFunc(r.listGatewaysForSecret),
68
- builder.WithPredicates(
69
- predicate.NewPredicateFuncs(func(_ client.Object) bool {
70
- return true
71
- }),
72
- ),
73
).
74
Complete(r)
75
}
0 commit comments