crumbhole / argocd-lovely-plugin

A plugin to make Argo CD behave like we'd like.
BSD 3-Clause "New" or "Revised" License
386 stars 23 forks source link

Helmfile - view generated helmfile #500

Open davidfrickert opened 4 months ago

davidfrickert commented 4 months ago

Tried to use this project to deploy helmfiles with Argo and ran into a bunch of problems (YAML related), mostly due to syntax errors.

Eventually ended up finding and fixing them and everything works but I now would like to see the generated yaml e.g. in ArgoCD UI. Is that possible somehow? E.g. store it in a secret? Also, in debugging would it be possible to log the entire helmchart before running helmfile command with some config?

Thanks.

Joibel commented 3 months ago

This is not possible directly. This feels like a request for an ArgoCD feature rather than a plugin feature?

You can run lovely outside of argocd (see the docs for how) to see the resulting yaml, so can diagnose some problems that way.