diff --git a/pkg/reconciler/common/hpa.go b/pkg/reconciler/common/hpa.go index 4b6271ace..09518fb99 100644 --- a/pkg/reconciler/common/hpa.go +++ b/pkg/reconciler/common/hpa.go @@ -21,7 +21,7 @@ import ( "k8s.io/apimachinery/pkg/util/sets" ) -// When a Podspecable has HPA o, the replicas should be controlled by HPAs minReplicas instead of operator. +// When a Podspecable has HPA or a custom autoscaling, the replicas should be controlled by it instead of operator. // Hence, skip changing the spec.replicas for these Podspecables. func hasHorizontalPodOrCustomAutoscaler(name string) bool { return sets.NewString(