feat(argo-workflows): Add controller containerRuntimeExecutors param to configmap (#924)
* feat(argo-workflows): Add controller containerRuntimeExecutors param to configmap Signed-off-by: Elliot Maincourt <e.maincourt@gmail.com> * fix(chart): changes are not cumulative Signed-off-by: Elliot Maincourt <e.maincourt@gmail.com>
This commit is contained in:
parent
372fc24e5e
commit
44acc3cde7
3 changed files with 11 additions and 2 deletions
|
|
@ -14,6 +14,10 @@ data:
|
|||
{{- end }}
|
||||
{{- end }}
|
||||
containerRuntimeExecutor: {{ .Values.controller.containerRuntimeExecutor }}
|
||||
{{- with .Values.controller.containerRuntimeExecutors }}
|
||||
containerRuntimeExecutors:
|
||||
{{- toYaml . | nindent 6 }}
|
||||
{{- end }}
|
||||
{{- if .Values.controller.parallelism }}
|
||||
parallelism: {{ .Values.controller.parallelism }}
|
||||
{{- end }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue