Fixed typo in values comment

Speficy -> Specify
This commit is contained in:
Michiel De Mey 2020-10-10 15:30:45 +02:00 committed by GitHub
parent 9ed4650b9f
commit f2538acb33
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -24,7 +24,7 @@ createAggregateRoles: true
singleNamespace: false singleNamespace: false
workflow: workflow:
namespace: "" # Speficy namespace if workflows run in another namespace than argo. This controls where the service account and RBAC resources will be created. namespace: "" # Specify namespace if workflows run in another namespace than argo. This controls where the service account and RBAC resources will be created.
serviceAccount: serviceAccount:
create: false # Specifies whether a service account should be created create: false # Specifies whether a service account should be created
annotations: {} annotations: {}