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.
2 parents 2c51aca + fd9cd89 commit 88c3e44Copy full SHA for 88c3e44
pkg/dependenciesdistributor/dependencies_distributor.go
@@ -665,8 +665,7 @@ func (d *DependenciesDistributor) SetupWithManager(mgr controllerruntime.Manager
665
},
666
}).
667
WithOptions(controller.Options{
668
- RateLimiter: ratelimiterflag.DefaultControllerRateLimiter[controllerruntime.Request](d.RateLimiterOptions),
669
- MaxConcurrentReconciles: 2,
+ RateLimiter: ratelimiterflag.DefaultControllerRateLimiter[controllerruntime.Request](d.RateLimiterOptions),
670
671
WatchesRawSource(source.Channel(d.genericEvent, &handler.TypedEnqueueRequestForObject[*workv1alpha2.ResourceBinding]{})).
672
Complete(d),
0 commit comments