This repository was archived by the owner on Sep 18, 2025. It is now read-only.

Description
I think I got the wrong impression from my first encounter with kargo-render at KubeCon. I have a use case which I want to know if kargo-render can do now or could do in the future?
I want to be able to execute a cli tool locally (or in a CI pipeline) that takes a helm chart and its values state as input and then spits out the rendered results of that to a filesystem.
I know helm template can do this but I would like the end result to have each resource in it's own file with good naming convention or directory structure and the resource to not have the helm labels/annotations or have any namespace metadata.
I'd hoped I could use kargo-render for this job. Anyone got any suggestions on moving the rendering of helm charts upstream (with respect to Argo) with better control than what helm template gives.