- Running Kubernetes cluster
- ArgoCD installed on the k8s cluster
- Repository of an Helm chart
- Create a new app in ArgoCD that points to the repo of your Helm chart
argocd app create some-app \
--project default \
--repo https://repo-with-helm-chart
--path "./helm" \
--sync-policy auto \
--dest-namespace default \
--dest-server https://kubernetes.cluster