From 38bbc25bddaebcad7108e7b489f2f9b4c0a30343 Mon Sep 17 00:00:00 2001 From: Daisuke Taniwaki Date: Sat, 16 Feb 2019 18:10:06 +0900 Subject: [PATCH] Make containerRuntimeExecutor configurable --- charts/argo/templates/workflow-controller-config-map.yaml | 1 + charts/argo/values.yaml | 1 + 2 files changed, 2 insertions(+) diff --git a/charts/argo/templates/workflow-controller-config-map.yaml b/charts/argo/templates/workflow-controller-config-map.yaml index 4c97cfc6..a49b5427 100644 --- a/charts/argo/templates/workflow-controller-config-map.yaml +++ b/charts/argo/templates/workflow-controller-config-map.yaml @@ -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: diff --git a/charts/argo/values.yaml b/charts/argo/values.yaml index bb0985fa..30f6a92f 100644 --- a/charts/argo/values.yaml +++ b/charts/argo/values.yaml @@ -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.