Tom Goren

Results 3 comments of Tom Goren

We encountered the same issue when specifying a chart repository, but not when using `git` as the chart source.

Another way to work around this issue is via [Helm Post Rendering](https://helm.sh/docs/topics/advanced/#post-rendering) - that's what we ended up doing until this PR or something like it are merged.

AFAICT this is relate to how Cobra is set up [here](https://github.com/kubernetes-sigs/kind/blob/main/pkg/cmd/kind/root.go#L55). I'm not entirely sure how to fix this (yet), just sharing my initial thoughts on this in case anyone...