feat(argo-workflows): allow setting executor args (#2177)
This commit is contained in:
parent
278a32671b
commit
98da71eb87
4 changed files with 10 additions and 4 deletions
|
|
@ -382,6 +382,8 @@ executor:
|
|||
pullPolicy: ""
|
||||
# -- Resource limits and requests for the Workflow Executors
|
||||
resources: {}
|
||||
# -- Passes arguments to the executor processes
|
||||
args: []
|
||||
# -- Adds environment variables for the executor.
|
||||
env: []
|
||||
# -- sets security context for the executor container
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue