argoproj-labs / argocd-autopilot

Argo-CD Autopilot
https://argocd-autopilot.readthedocs.io/en/stable/
Apache License 2.0
908 stars 122 forks source link

Using argocd-autopilot to deploy helm charts #604

Open darnone opened 1 month ago

darnone commented 1 month ago

Hello,

We are consumers of helm charts and we deploy some of them using terraform helm-release when the cluster is created - (cluster-scaler, etc), some are apps (nexus),and some are custom. We would like to change this approach to ArgoCD. and would like use argocd-autopilot to bootstrap argocd kick off deployment of the helm charts. However, everything from argocd-autopilot is kustomize based and uses applicationsets and I am not so familiar with either I am having difficulty determining how to use and organize argocd-autopilot to deploy an app-of-apps consisting of helm charts applications like where to put the app-of-app manifest and how to organize the helm charts. Would anyone have any suggestion or pointers on the best way to do this? Any reply is appreciated.

BTW, I came across issue 38 but nothing there worked for me. Any reply is appreciated.