feat(argo-workflows): add envFrom for main container (#1736)
Signed-off-by: huiwq1990 <huiwq1990@163.com> Signed-off-by: huiwq1990 <huiwq1990@163.com>
This commit is contained in:
parent
daba66b68c
commit
5bd70fbd24
4 changed files with 9 additions and 3 deletions
|
|
@ -324,6 +324,8 @@ mainContainer:
|
|||
resources: {}
|
||||
# -- Adds environment variables for the Workflow main container
|
||||
env: []
|
||||
# -- Adds reference environment variables for the Workflow main container
|
||||
envFrom: []
|
||||
# -- sets security context for the Workflow main container
|
||||
securityContext: {}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue