feat(argo-workflows): Add support for extra containers in server & controller deployment (#841)
* feat: Add support for extra containers in server & controller deployment Signed-off-by: Mike Bryant <mikebryant@bulb.co.uk> * Update charts/argo-workflows/templates/controller/workflow-controller-deployment.yaml Co-authored-by: Oliver Bähler <oliverbaehler@hotmail.com> Signed-off-by: Mike Bryant <mike@mikebryant.me.uk> * Update charts/argo-workflows/templates/server/server-deployment.yaml Co-authored-by: Oliver Bähler <oliverbaehler@hotmail.com> Signed-off-by: Mike Bryant <mike@mikebryant.me.uk> Co-authored-by: Oliver Bähler <oliverbaehler@hotmail.com>
This commit is contained in:
parent
4e4c28a4dc
commit
07c1cf092c
4 changed files with 12 additions and 2 deletions
|
|
@ -170,6 +170,8 @@ controller:
|
|||
clusterWorkflowTemplates:
|
||||
# Create a ClusterRole and CRB for the controller to access ClusterWorkflowTemplates.
|
||||
enabled: true
|
||||
# Extra containers to be added to the controller deployment
|
||||
extraContainers: []
|
||||
|
||||
# executor controls how the init and wait container should be customized
|
||||
executor:
|
||||
|
|
@ -337,6 +339,8 @@ server:
|
|||
## decisions.
|
||||
# scopes:
|
||||
# - groups
|
||||
# Extra containers to be added to the server deployment
|
||||
extraContainers: []
|
||||
|
||||
# Influences the creation of the ConfigMap for the workflow-controller itself.
|
||||
useDefaultArtifactRepo: false
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue