Skip to content

Commit

Permalink
fix: fixing word
Browse files Browse the repository at this point in the history
  • Loading branch information
caiocsgomes committed Aug 11, 2024
1 parent b663870 commit b9001fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/content/posts/10-argo-app-of-apps-with-helm/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ This pattern in argocd allows to create a single application (let's call it *app
This is specially useful when we want to bootstrap a cluster and want argocd to take care of deploying all the applications in the cluster.
In this scenario we only deploy the *app-of-apps* application, and, as this application contains all the other applications as child apps, argocd will take care of deploying yhem.

This pattern is describes in argocd documentation: https://argo-cd.readthedocs.io/en/stable/operator-manual/cluster-bootstrapping/
This pattern is described in argocd documentation: https://argo-cd.readthedocs.io/en/stable/operator-manual/cluster-bootstrapping/

Being practical, there are several cluster apps that we need when creating a cluster, like monitoring, logging, ingress, controllers, etc.
Being specific now, things like *aws-load-balancer-controller*, *kube-prometheus-stack*, *external-secrets*, etc.
Expand Down

0 comments on commit b9001fa

Please sign in to comment.