Skip to content
Merged
Prev Previous commit
Next Next commit
remove reconciler from WithOptions
  • Loading branch information
larntz committed May 19, 2024
commit b180c1bc84277411372ac8e6c2d8a4171a3fd267
2 changes: 1 addition & 1 deletion controllers/service/service_controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -217,6 +217,6 @@ func (r *serviceReconciler) SetupWithManager(ctx context.Context, mgr ctrl.Manag
Watches(&corev1.Service{}, svcEventHandler).
WithOptions(controller.Options{
MaxConcurrentReconciles: r.maxConcurrentReconciles,
Reconciler: r}).
}).
Complete(r)
}