fix(argo-workflows): use template for all resource names (#759)

This commit is contained in:
Marco Kilchhofer 2021-05-27 18:33:22 +02:00 committed by GitHub
parent e2975df4c0
commit 5183243ce2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 11 additions and 20 deletions

View file

@ -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: {}