From eada1ade0138566ac42aca87ca4f1978f12d3188 Mon Sep 17 00:00:00 2001 From: Marco Kilchhofer Date: Sat, 22 May 2021 15:37:13 +0200 Subject: [PATCH] docs: add missing variable in README Signed-off-by: Marco Kilchhofer --- charts/argo-cd/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/charts/argo-cd/README.md b/charts/argo-cd/README.md index ae7e6853..b9a7ea04 100644 --- a/charts/argo-cd/README.md +++ b/charts/argo-cd/README.md @@ -115,6 +115,7 @@ Helm v3 has removed the `install-crds` hook so CRDs are now populated by files i | global.hostAliases | Mapping between IP and hostnames that will be injected as entries in the pod's hosts files | `[]` | | kubeVersionOverride | Override the Kubernetes version, which is used to evaluate certain manifests | `""` | | nameOverride | Provide a name in place of `argocd` | `"argocd"` | +| fullnameOverride | String to fully override `"argo-cd.fullname"` | `""` | | installCRDs | Install CRDs if you are using Helm2. | `true` | | configs.clusterCredentials | Provide one or multiple [external cluster credentials](https://argoproj.github.io/argo-cd/operator-manual/declarative-setup/#clusters) | `[]` (See [values.yaml](values.yaml)) | | configs.knownHostsAnnotations | Known Hosts configmap annotations | `{}` |