Open dlespiau opened 5 years ago
I would honestly just jump straight to helm3 -- the sentiment within the Helm community seems broadly in favour of doing that ASAP. The libraries will be more amenable to reuse and working without a server component.
Can I use helm2 charts with helm3?
I believe charts meant to be 100% compatible.
Cool, we'll start with helm 3 then!
https://github.com/jkcfg/jk/pull/288 is the core of a plugin system. We should now be able to what was envisoned in https://github.com/jkcfg/jk/issues/133.
helm template
)Chart
object wrapping therender()
call to this plugin so we end up with something like https://github.com/jkcfg/jk/issues/133#issue-411221006.