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
|
|
@ -630,3 +630,12 @@ customArtifactRepository: {}
|
|||
# passwordSecret:
|
||||
# name: artifactory-creds
|
||||
# key: password
|
||||
|
||||
emissary:
|
||||
# -- The command/args for each image on workflow, needed when the command is not specified and the emissary executor is used.
|
||||
## See more: https://argoproj.github.io/argo-workflows/workflow-executors/#emissary-emissary
|
||||
images: []
|
||||
# argoproj/argosay:v2:
|
||||
# cmd: [/argosay]
|
||||
# docker/whalesay:latest:
|
||||
# cmd: [/bin/bash]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue