Make containerRuntimeExecutor configurable (#36)

This commit is contained in:
Daisuke Taniwaki 2019-06-18 01:33:17 +09:00 committed by Alex Collins
parent fc5d0d2ff0
commit b45b779c2e
2 changed files with 2 additions and 0 deletions

View file

@ -26,6 +26,7 @@ controller:
name: workflow-controller
workflowNamespaces:
- default
containerRuntimeExecutor: docker
instanceID:
# `instanceID.enabled` configures the controller to filter workflow submissions
# to only those which have a matching instanceID attribute.