fix(argo-workflows): change default type of .mainContainer.env and .executor.env from object to array (#1487)
Signed-off-by: yu-croco <yu.croco@gmail.com>
This commit is contained in:
parent
9b3a65e239
commit
bf2420767b
3 changed files with 6 additions and 6 deletions
|
|
@ -283,7 +283,7 @@ mainContainer:
|
|||
# -- Resource limits and requests for the Workflow main container
|
||||
resources: {}
|
||||
# -- Adds environment variables for the Workflow main container
|
||||
env: {}
|
||||
env: []
|
||||
# -- sets security context for the Workflow main container
|
||||
securityContext: {}
|
||||
|
||||
|
|
@ -299,7 +299,7 @@ executor:
|
|||
# -- Resource limits and requests for the Workflow Executors
|
||||
resources: {}
|
||||
# -- Adds environment variables for the executor.
|
||||
env: {}
|
||||
env: []
|
||||
# -- sets security context for the executor container
|
||||
securityContext: {}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue