fix(argo-workflows): Setting default ContainerRuntimeExecutor to emissary (#1243)
* set default ContainerRuntimeExecutor to emissary bumping argo-workflows helm chart to 0.14.1 Signed-off-by: Bikram <bikram@reserved.ai> * Update docs Signed-off-by: Marco Kilchhofer <mkilchhofer@users.noreply.github.com> Co-authored-by: Marco Kilchhofer <mkilchhofer@users.noreply.github.com>
This commit is contained in:
parent
b849ee9775
commit
bfad95fe77
3 changed files with 4 additions and 4 deletions
|
|
@ -170,7 +170,7 @@ controller:
|
|||
|
||||
# -- Specifies the container runtime interface to use (one of: `docker`, `kubelet`, `k8sapi`, `pns`, `emissary`)
|
||||
## Ref: https://argoproj.github.io/argo-workflows/workflow-executors/
|
||||
containerRuntimeExecutor: docker
|
||||
containerRuntimeExecutor: emissary
|
||||
# -- Specifies the executor to use. This has precedence over `controller.containerRuntimeExecutor`.
|
||||
containerRuntimeExecutors: []
|
||||
# - name: emissary
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue