- bootstrap (Seed of ArgoCD for the Cluster)
- Create Cluster on Digital Ocean
- Manage -> Kubernetes -> Create a Kubernetes Cluster -> Fill in Form -> Create Kubernetes -> Install kubectl and doctl
- Run the following commands locally
helm repo add argo https://argoproj.github.io/argo-helm helm fetch argo/argo-cd --untar cd ./argo-cd kubectl create namespace argocd helm --namespace argocd --set server.extraArgs="{--insecure}" template . | kubectl apply -n argocd -f -
- Pull this repo update the templates and run the following command
kubectl apply -n argocd -f bootstrap