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
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue