Skip to content

Commit d222402

Browse files
authored
Update workflow-controller-configmap.yaml
1 parent 792275a commit d222402

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

manifests/kustomize/base/argo/workflow-controller-configmap.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ data:
66
config: |
77
{
88
namespace: $(NAMESPACE),
9+
containerRuntimeExecutor: pns,
910
executorImage: gcr.io/ml-pipeline/argoexec:v2.3.0-license-compliance,
1011
artifactRepository:
1112
{
@@ -23,7 +24,6 @@ data:
2324
key: secretkey
2425
}
2526
},
26-
archiveLogs: true,
27-
containerRuntimeExecutor: pns
27+
archiveLogs: true
2828
}
2929
}

0 commit comments

Comments
 (0)