feat: Add parallelism to argo-helm chart (#482)
* feat: Add parallelism to argo-helm chart Signed-off-by: David Seel <dseel@blackberry.com> * Parallelism null by default Signed-off-by: David Seel <dseel@blackberry.com>
This commit is contained in:
parent
e4d67ae6e9
commit
d265f7dd75
3 changed files with 6 additions and 1 deletions
|
|
@ -16,6 +16,9 @@ data:
|
|||
{{- end }}
|
||||
{{- end }}
|
||||
containerRuntimeExecutor: {{ .Values.controller.containerRuntimeExecutor }}
|
||||
{{- if .Values.controller.parallelism }}
|
||||
parallelism: {{ .Values.controller.parallelism }}
|
||||
{{- end }}
|
||||
{{- if or .Values.executor.resources .Values.executor.env .Values.executor.securityContext}}
|
||||
executor:
|
||||
{{- with .Values.executor.resources }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue