Skip to content

Commit

Permalink
Fix helm chart bug related to runnerMaxConcurrentReconciles (#3858)
Browse files Browse the repository at this point in the history
  • Loading branch information
Link- authored Dec 18, 2024
1 parent 59cb1d2 commit 1ef7196
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit 1ef7196

Please sign in to comment.