Cleared 2m ago · manusa/helm-java #266 · Java · ★ 71 · Apache-2.0

feat: support kubeconfig on `helm template` (to enable `lookup` template function)

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…

What we checked

Similar unclaimed issues