vmware-archive / kubecfg

A tool for managing complex enterprise Kubernetes environments as code.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support for HELM charts

pja-kit opened this issue · comments

KSonnet had an std.native function:
renderHelmChart
A similar thing can be achieved by using a workaround, by doing a
helm template ...
And importing the resulting YAML by using
kubecfg.parseYaml

However by doing this the configuration needs to be in both YAML for the helm template, and jsonnet for the kubecfg parts. Therefor it would be a really useful if kubecfg had something similar to renderHelmChart in KSonnet.

Yeah this was something I'd wanted to attack for a long time now. I'm happy to see there is public interest too.