feat: support kubeconfig on `helm template` (to enable `lookup` template function)
#266 · Java · ★ 71 · Apache-2.0 · updated 3mo ago
Background helm template currently runs client-only in helm-java — template.go:50 passes ClientOnly: true to the internal install call. This means the lookup template function (which queries the live cluster during rendering) doesn't work. Helm CLI's helm template supports…