From bcc8b1b3fee292250cfe6e748d5d9e33de590689 Mon Sep 17 00:00:00 2001 From: Josh Soref Date: Wed, 27 Jan 2021 22:09:17 -0500 Subject: [PATCH] spelling: controller Signed-off-by: Josh Soref --- charts/argo-cd/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/argo-cd/README.md b/charts/argo-cd/README.md index 8a6b4960..da07b1d4 100644 --- a/charts/argo-cd/README.md +++ b/charts/argo-cd/README.md @@ -129,7 +129,7 @@ Helm v3 has removed the `install-crds` hook so CRDs are now populated by files i | controller.service.annotations | Controller service annotations. | `{}` | | controller.service.labels | Controller service labels. | `{}` | | controller.service.port | Controller service port. | `8082` | -| controler.serviceAccount.annotations | Controller service account annotations | `{}` | +| controller.serviceAccount.annotations | Controller service account annotations | `{}` | | controller.serviceAccount.create | Create a service account for the controller | `true` | | controller.serviceAccount.name | Service account name. | `"argocd-application-controller"` | | controller.tolerations | [Tolerations for use with node taints](https://kubernetes.io/docs/concepts/configuration/taint-and-toleration/) | `[]` |