Make containerRuntimeExecutor configurable (#36)

pull/77/head
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

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

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.