-
Notifications
You must be signed in to change notification settings - Fork 0
Home
yellowhat edited this page Oct 7, 2022
·
4 revisions
Welcome to the argocd wiki!
Links:
- https://github.com/arthurk/argocd-example-install
- https://github.com/christianh814/golist
- https://github.com/thomassuedbroecker/gitops-app-of-apps
- https://codefresh.io/blog/argo-cd-application-dependencies/
git clone https://github.com/arthurk/argocd-example-install
cd argocd-example-install
helm repo add argocd https://argoproj.github.io/argo-helm
helm dependency build charts/argo-cd
helm install argo-cd charts/argo-cd \
--namespace argocd \
--create-namespace
helm template apps/ | sed "s/namespace: default/namespace: argocd/g" | kubectl apply -f -