From ca33914c13af853d19b63249de3f0ae0f6dd7b28 Mon Sep 17 00:00:00 2001 From: Chris Richardson Date: Fri, 9 May 2025 09:03:37 -0400 Subject: [PATCH] fixup --- internal/controller/locustcluster_controller.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/controller/locustcluster_controller.go b/internal/controller/locustcluster_controller.go index 4d08d7a..07eba21 100644 --- a/internal/controller/locustcluster_controller.go +++ b/internal/controller/locustcluster_controller.go @@ -53,7 +53,7 @@ func (r *LocustClusterReconciler) Reconcile(ctx context.Context, req ctrl.Reques logf.Log.Info("Looking up LocustCluster", "LocustClusterName", req.Name, "Namespace", req.Namespace) - //locustCluster, err := GetLocustCluster(r.Client, ctx, req.Namespace, req.Name) + // locustCluster, err := GetLocustCluster(r.Client, ctx, req.Namespace, req.Name) _, err := GetLocustCluster(r.Client, ctx, req.Namespace, req.Name) if err != nil { if apierrors.IsNotFound(err) {