Make containerRuntimeExecutor configurable

This commit is contained in:
Daisuke Taniwaki 2019-02-16 18:10:06 +09:00
parent db30d36879
commit 38bbc25bdd
No known key found for this signature in database
GPG key ID: 04F90B23F84F5E6B
2 changed files with 2 additions and 0 deletions

View file

@ -15,6 +15,7 @@ data:
instanceID: {{ .Values.controller.instanceID.explicitID }}
{{- end }}
{{- end }}
containerRuntimeExecutor: {{ .Values.controller.containerRuntimeExecutor }}
artifactRepository:
{{- if or .Values.minio.install .Values.useDefaultArtifactRepo }}
s3:

View file

@ -19,6 +19,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.