comment out
Some checks failed
Lint / Run on Ubuntu (push) Failing after 1m7s
Tests / Run on Ubuntu (push) Successful in 1m22s
Build images / Build docker image (push) Successful in 3m11s

This commit is contained in:
Chris Richardson
2025-07-03 15:26:55 -04:00
parent de84f86e35
commit 3a68d00970
2 changed files with 9 additions and 9 deletions

View File

@@ -210,6 +210,7 @@ func main() {
ctx := context.Background()
if err = (&controller.LocustClusterReconciler{
Client: mgr.GetClient(),
Log: logger.WithName("controllers").WithName("LocustCluster"),
Scheme: mgr.GetScheme(),
}).SetupWithManager(mgr, ctx); err != nil {
setupLog.Error(err, "unable to create controller", "controller", "LocustCluster")