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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

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