Fix typos in values.yaml

Signed-off-by: sturman <4456572+sturman@users.noreply.github.com>
This commit is contained in:
sturman 2021-05-31 14:09:53 +03:00
parent 235ad068fb
commit 50da956318
No known key found for this signature in database
GPG key ID: 87653E3C4BFD672F

View file

@ -573,7 +573,7 @@ server:
# hosts:
# - argocd.example.com
https: false
# dedicated ingess for gRPC as documented at
# dedicated ingress for gRPC as documented at
# https://argoproj.github.io/argo-cd/operator-manual/ingress/
ingressGrpc:
enabled: false
@ -680,7 +680,7 @@ server:
## Annotations to be added to ArgoCD rbac ConfigMap
rbacConfigAnnotations: {}
# Boolean determining whether or not to create the configmap. If false, it is expected tthe configmap will be created
# Boolean determining whether or not to create the configmap. If false, it is expected the configmap will be created
# by something else. ArgoCD will not work if there is no configMap created with the name above.
rbacConfigCreate: true