diff --git a/charts/omada-controller/5.15/templates/deployment.yaml b/charts/omada-controller/5.15/templates/deployment.yaml index 7c9d569..5af47c1 100644 --- a/charts/omada-controller/5.15/templates/deployment.yaml +++ b/charts/omada-controller/5.15/templates/deployment.yaml @@ -5,9 +5,7 @@ metadata: labels: {{- include "omada-controller.labels" . | nindent 4 }} spec: -{{- if not .Values.autoscaling.enabled }} replicas: {{ .Values.replicaCount }} -{{- end }} selector: matchLabels: {{- include "omada-controller.selectorLabels" . | nindent 6 }}