fix(argo-workflows): use template for all resource names (#759)
This commit is contained in:
parent
e2975df4c0
commit
5183243ce2
7 changed files with 11 additions and 20 deletions
|
|
@ -93,7 +93,7 @@ controller:
|
|||
additionalLabels: {}
|
||||
serviceAccount:
|
||||
create: true
|
||||
name: argo
|
||||
name: ""
|
||||
# Annotations applied to created service account
|
||||
annotations: {}
|
||||
name: workflow-controller
|
||||
|
|
@ -190,7 +190,7 @@ server:
|
|||
# servicePortName: http
|
||||
serviceAccount:
|
||||
create: true
|
||||
name: argo-server
|
||||
name: ""
|
||||
annotations: {}
|
||||
# Annotations to be applied to the UI Service
|
||||
serviceAnnotations: {}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue