fixup
Some checks failed
E2E Tests / Run on Ubuntu (push) Failing after 1m26s
Lint / Run on Ubuntu (push) Successful in 5m14s
Tests / Run on Ubuntu (push) Successful in 3m49s

This commit is contained in:
Chris Richardson
2025-05-09 09:03:37 -04:00
parent 9d4d9b385b
commit ca33914c13

View File

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