We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
runnerMaxConcurrentReconciles
1 parent 59cb1d2 commit 1ef7196Copy full SHA for 1ef7196
charts/gha-runner-scale-set-controller/templates/deployment.yaml
@@ -65,7 +65,7 @@ spec:
65
{{- with .Values.flags.watchSingleNamespace }}
66
- "--watch-single-namespace={{ . }}"
67
{{- end }}
68
- {{- with .Values.runnerMaxConcurrentReconciles }}
+ {{- with .Values.flags.runnerMaxConcurrentReconciles }}
69
- "--runner-max-concurrent-reconciles={{ . }}"
70
71
{{- with .Values.flags.updateStrategy }}
0 commit comments