Skip to content

Commit 4bb4017

Browse files
docs: Fix wrong variable name (#1585)
1 parent ee31f32 commit 4bb4017

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/add-ons/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ If you would like to use private repositories, you can download Docker images fo
6969

7070
To indicate that you would like to manage add-ons via ArgoCD, you must do the following:
7171

72-
1. Enable the ArgoCD add-on by setting `argocd_enable` to `true`.
72+
1. Enable the ArgoCD add-on by setting `enable_argocd` to `true`.
7373
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.
7474
3. Pass Application configuration for your add-ons repository via the `argocd_applications` property.
7575

0 commit comments

Comments
 (0)