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) {