feat(argo-workflows): Support images property to workflow-controller-configmap for emissary executor (#1708)
* feat(argo-workflows): Support images property to workflow-controller-configmap for emissary executor Signed-off-by: yu-croco <yu.croco@gmail.com> * chore(argo-workflows): adopt concise name Signed-off-by: yu-croco <yu.croco@gmail.com>
This commit is contained in:
parent
3dcd161bf1
commit
3c8ad7be89
4 changed files with 15 additions and 3 deletions
|
|
@ -45,6 +45,7 @@ Fields to note:
|
|||
| crds.install | bool | `true` | Install and upgrade CRDs |
|
||||
| crds.keep | bool | `true` | Keep CRDs on chart uninstall |
|
||||
| createAggregateRoles | bool | `true` | Create clusterroles that extend existing clusterroles to interact with argo-cd crds |
|
||||
| emissary.images | list | `[]` | The command/args for each image on workflow, needed when the command is not specified and the emissary executor is used. |
|
||||
| extraObjects | list | `[]` | Array of extra K8s manifests to deploy |
|
||||
| fullnameOverride | string | `nil` | String to fully override "argo-workflows.fullname" template |
|
||||
| images.pullPolicy | string | `"Always"` | imagePullPolicy to apply to all containers |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue