Fix helm chart bug related to `runnerMaxConcurrentReconciles` (#3858)
This commit is contained in:
parent
59cb1d2c8b
commit
1ef7196115
|
|
@ -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 }}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue