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

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

View file

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