Make containerRuntimeExecutor configurable (#36)
This commit is contained in:
parent
fc5d0d2ff0
commit
b45b779c2e
2 changed files with 2 additions and 0 deletions
|
@ -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 }}
|
||||||
|
|
|
@ -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.
|
||||||
|
|
Loading…
Reference in a new issue