Skip to content

Commit 1ef7196

Browse files
authored
Fix helm chart bug related to runnerMaxConcurrentReconciles (#3858)
1 parent 59cb1d2 commit 1ef7196

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

charts/gha-runner-scale-set-controller/templates/deployment.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ spec:
6565
{{- with .Values.flags.watchSingleNamespace }}
6666
- "--watch-single-namespace={{ . }}"
6767
{{- end }}
68-
{{- with .Values.runnerMaxConcurrentReconciles }}
68+
{{- with .Values.flags.runnerMaxConcurrentReconciles }}
6969
- "--runner-max-concurrent-reconciles={{ . }}"
7070
{{- end }}
7171
{{- with .Values.flags.updateStrategy }}

0 commit comments

Comments
 (0)