diff --git a/manifests/kustomize/base/argo/workflow-controller-configmap.yaml b/manifests/kustomize/base/argo/workflow-controller-configmap.yaml index da59f6f7784..25262426d05 100644 --- a/manifests/kustomize/base/argo/workflow-controller-configmap.yaml +++ b/manifests/kustomize/base/argo/workflow-controller-configmap.yaml @@ -6,6 +6,7 @@ data: config: | { namespace: $(NAMESPACE), + containerRuntimeExecutor: pns, executorImage: gcr.io/ml-pipeline/argoexec:v2.3.0-license-compliance, artifactRepository: { @@ -23,7 +24,6 @@ data: key: secretkey } }, - archiveLogs: true, - containerRuntimeExecutor: pns + archiveLogs: true } }