travisghansen / argo-cd-helmfile

Integration between argo-cd and helmfile
MIT License
213 stars 55 forks source link

Create Application per Helmfile Release #47

Closed ksappington275 closed 9 months ago

ksappington275 commented 9 months ago

Hello,

I'm using this plugin to deploy a helmfile sourced from a remote git repository.

Is there a method to create separate ArgoCD Applications for each release listed in the helmfile? It seems this is recommended per the helmfile documentation:

Do create ArgoCD Application custom resource per Helm/Helmfile release, each point to respective sub-directory generated by helmfile template --output-dir-template

travisghansen commented 9 months ago

Welcome! This project doesn't manage apps, it is an app implementation. There are certainly ways you could create the appropriate apps, but that's an exercise outside the scope of the plugin.