diff --git a/charts/gha-runner-scale-set-controller/templates/deployment.yaml b/charts/gha-runner-scale-set-controller/templates/deployment.yaml index b02838625d..8973497dea 100644 --- a/charts/gha-runner-scale-set-controller/templates/deployment.yaml +++ b/charts/gha-runner-scale-set-controller/templates/deployment.yaml @@ -65,7 +65,7 @@ spec: {{- with .Values.flags.watchSingleNamespace }} - "--watch-single-namespace={{ . }}" {{- end }} - {{- with .Values.runnerMaxConcurrentReconciles }} + {{- with .Values.flags.runnerMaxConcurrentReconciles }} - "--runner-max-concurrent-reconciles={{ . }}" {{- end }} {{- with .Values.flags.updateStrategy }}