From 1ef71961153a63ef724a168936f80f1e183eb986 Mon Sep 17 00:00:00 2001 From: Bassem Dghaidi <568794+Link-@users.noreply.github.com> Date: Wed, 18 Dec 2024 16:14:55 +0100 Subject: [PATCH] Fix helm chart bug related to `runnerMaxConcurrentReconciles` (#3858) --- .../gha-runner-scale-set-controller/templates/deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }}