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:
Elliot Maincourt 2021-09-13 18:21:04 +02:00 committed by GitHub
parent 372fc24e5e
commit 44acc3cde7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 11 additions and 2 deletions

View file

@ -113,6 +113,11 @@ controller:
workflowNamespaces:
- default
containerRuntimeExecutor: docker
# containerRuntimeExecutors:
# - name: emissary
# selector:
# matchLabels:
# workflows.argoproj.io/container-runtime-executor: emissary
instanceID:
# `instanceID.enabled` configures the controller to filter workflow submissions
# to only those which have a matching instanceID attribute.