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
|
|
@ -153,6 +153,7 @@ Fields to note:
|
|||
| Key | Type | Default | Description |
|
||||
|-----|------|---------|-------------|
|
||||
| mainContainer.env | list | `[]` | Adds environment variables for the Workflow main container |
|
||||
| mainContainer.envFrom | list | `[]` | Adds reference environment variables for the Workflow main container |
|
||||
| mainContainer.imagePullPolicy | string | `""` | imagePullPolicy to apply to Workflow main container. Defaults to `.Values.images.pullPolicy`. |
|
||||
| mainContainer.resources | object | `{}` | Resource limits and requests for the Workflow main container |
|
||||
| mainContainer.securityContext | object | `{}` | sets security context for the Workflow main container |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue