Skip to content

Commit

Permalink
Merge pull request #119 from onepanelio/feat/default.workflow.engine
Browse files Browse the repository at this point in the history
feat: default to pns for workflow engine and hide the configuration
  • Loading branch information
rushtehrani authored Mar 30, 2021
2 parents 1853f11 + 3d9ad24 commit edf10d8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion common/argo/base/vars.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,11 @@
# Description: Configuration options for the Workflow engine
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
workflowEngine:
hide: true
# The executor workflow engine uses to perform certain actions like monitoring pod logs, collecting artifacts, managing container lifecycles, etc.
# The possible values are `docker` and `pns`:
# - `docker` is more reliable, however it mounts the `docker.sock` of the host makes it less secure.
# - `pns` is more secure, however in some versions of Kubernetes, it tends to fail on tasks that take less than 15 seconds.
containerRuntimeExecutor:
required: true
default: docker
default: pns

0 comments on commit edf10d8

Please sign in to comment.