diff --git a/internal/controller/autoscaler/mostwantedtwophasehysteresisevaluation_controller.go b/internal/controller/autoscaler/mostwantedtwophasehysteresisevaluation_controller.go index dc2dee1..13f279c 100644 --- a/internal/controller/autoscaler/mostwantedtwophasehysteresisevaluation_controller.go +++ b/internal/controller/autoscaler/mostwantedtwophasehysteresisevaluation_controller.go @@ -336,7 +336,7 @@ func (r *MostWantedTwoPhaseHysteresisEvaluationReconciler) Reconcile(ctx context } log.Info("Resource status updated", "projection", len(evaluation.Status.Projection)) - // We should get a reconciliation request when poller is changed + // We should get a reconciliation request on poller changes return ctrl.Result{}, nil }