feat(Argo): Make Argo Server service account creation conditional. (#460)
This commit is contained in:
parent
41ddad4aba
commit
44de70c741
4 changed files with 6 additions and 3 deletions
|
|
@ -157,6 +157,9 @@ server:
|
|||
servicePort: 2746
|
||||
# servicePortName: http
|
||||
serviceAccount: argo-server
|
||||
# Whether to create the service account with the name specified in
|
||||
# server.serviceAccount and bind it to the server role.
|
||||
createServiceAccount: true
|
||||
# Service account annotations
|
||||
serviceAccountAnnotations: {}
|
||||
# Annotations to be applied to the UI Service
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue