feat(argo-workflows): allow setting executor args (#2177)
This commit is contained in:
parent
278a32671b
commit
98da71eb87
4 changed files with 10 additions and 4 deletions
|
|
@ -230,6 +230,7 @@ Fields to note:
|
|||
|
||||
| Key | Type | Default | Description |
|
||||
|-----|------|---------|-------------|
|
||||
| executor.args | list | `[]` | Passes arguments to the executor processes |
|
||||
| executor.env | list | `[]` | Adds environment variables for the executor. |
|
||||
| executor.image.pullPolicy | string | `""` | Image PullPolicy to use for the Workflow Executors. Defaults to `.Values.images.pullPolicy`. |
|
||||
| executor.image.registry | string | `"quay.io"` | Registry to use for the Workflow Executors |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue