feat(argo-workflows): support resourceRateLimit config (#1008)
* feat(argo-workflows): add `resourceRateLimit` config Signed-off-by: clement <clement@le-corre.eu> * chore: update chart version Signed-off-by: clement <clement@le-corre.eu> * chore(linter): add new line Signed-off-by: clement <clement@le-corre.eu> * chore: bump chart helm 0.9.0 Signed-off-by: clement <clement@le-corre.eu>
This commit is contained in:
parent
aa41896292
commit
22575d4c62
4 changed files with 13 additions and 2 deletions
|
|
@ -21,6 +21,9 @@ data:
|
|||
{{- if .Values.controller.parallelism }}
|
||||
parallelism: {{ .Values.controller.parallelism }}
|
||||
{{- end }}
|
||||
{{- if .Values.controller.resourceRateLimit }}
|
||||
resourceRateLimit: {{ toYaml .Values.controller.resourceRateLimit | nindent 6 }}
|
||||
{{- end }}
|
||||
{{- with .Values.controller.namespaceParallelism }}
|
||||
namespaceParallelism: {{ . }}
|
||||
{{- end }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue