Fix helm chart bug related to runnerMaxConcurrentReconciles (#3858)

This commit is contained in:
Bassem Dghaidi
2024-12-18 16:14:55 +01:00
committed by GitHub
parent 59cb1d2c8b
commit 1ef7196115

View File

@@ -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 }}