vmware-archive / kubecfg

A tool for managing complex enterprise Kubernetes environments as code.
Apache License 2.0
728 stars 62 forks source link

Support for HELM charts #267

Open pja-kit opened 4 years ago

pja-kit commented 4 years ago

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.

mkmik commented 4 years ago

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