Creating a Helm App w Argocd
When you need to create a helm application for Argocd to deploy a Helm chart, it can feel a little confusing.
You go to a docs page and read thier installation guide and all you see is
Example: Traefik
helm repo add traefik https://traefik.github.io/charts
helm repo update
helm install traefik traefik/traefik
Where do you even begin?
How does this map to the argocd CRD?
How do I add a values file, I'm just getting an error?
Why is it looking in the helm charts repo for my values file?