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.
KSonnet had an std.native function:
renderHelmChart
A similar thing can be achieved by using a workaround, by doing ahelm template ...
And importing the resulting YAML by usingkubecfg.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.