mirror of
https://github.com/actions/actions-runner-controller.git
synced 2025-12-12 20:46:47 +00:00
Fix helm chart bug related to runnerMaxConcurrentReconciles (#3858)
This commit is contained in:
@@ -65,7 +65,7 @@ spec:
|
|||||||
{{- with .Values.flags.watchSingleNamespace }}
|
{{- with .Values.flags.watchSingleNamespace }}
|
||||||
- "--watch-single-namespace={{ . }}"
|
- "--watch-single-namespace={{ . }}"
|
||||||
{{- end }}
|
{{- end }}
|
||||||
{{- with .Values.runnerMaxConcurrentReconciles }}
|
{{- with .Values.flags.runnerMaxConcurrentReconciles }}
|
||||||
- "--runner-max-concurrent-reconciles={{ . }}"
|
- "--runner-max-concurrent-reconciles={{ . }}"
|
||||||
{{- end }}
|
{{- end }}
|
||||||
{{- with .Values.flags.updateStrategy }}
|
{{- with .Values.flags.updateStrategy }}
|
||||||
|
|||||||
Reference in New Issue
Block a user