feat(argo-workflows): allow setting executor args (#2177)

This commit is contained in:
Andy Cobaugh 2023-07-27 09:57:46 -04:00 committed by GitHub
parent 278a32671b
commit 98da71eb87
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 10 additions and 4 deletions

View file

@ -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