feat: Enable specifying environment for Argo workflow executor. (#349)
This commit is contained in:
parent
2ad0ce8f3e
commit
859d769c12
3 changed files with 10 additions and 4 deletions
|
|
@ -111,6 +111,8 @@ executor:
|
|||
# Overrides .images.tag if defined.
|
||||
tag: ""
|
||||
resources: {}
|
||||
# Adds environment variables for the executor.
|
||||
env: {}
|
||||
|
||||
server:
|
||||
enabled: true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue