Skip to content

Commit

Permalink
docs: Fix wrong variable name (#1585)
Browse files Browse the repository at this point in the history
  • Loading branch information
dev-sareno committed May 5, 2023
1 parent ee31f32 commit 4bb4017
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/add-ons/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit 4bb4017

Please sign in to comment.