From cbe4efe39fba4098b9871e2bab3f0d42c8c3a471 Mon Sep 17 00:00:00 2001 From: Eladio Jr Sareno <33644608+dev-sareno@users.noreply.github.com> Date: Fri, 5 May 2023 12:01:17 +0800 Subject: [PATCH] docs: fix wrong variable name --- docs/add-ons/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/add-ons/index.md b/docs/add-ons/index.md index ceb3885c8f..425da74426 100644 --- a/docs/add-ons/index.md +++ b/docs/add-ons/index.md @@ -69,7 +69,7 @@ If you would like to use private repositories, you can download Docker images fo To indicate that you would like to manage add-ons via ArgoCD, you must do the following: -1. Enable the ArgoCD add-on by setting `argocd_enable` to `true`. +1. Enable the ArgoCD add-on by setting `enable_argocd` to `true`. 2. Specify you would like ArgoCD to be responsible for deploying your add-ons by setting `argocd_manage_add_ons` to `true`. This will prevent the individual Terraform add-on modules from deploying Helm charts. 3. Pass Application configuration for your add-ons repository via the `argocd_applications` property.