mittwald / go-helm-client

Go client for accessing the Helm package manager

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Reuse same client to work with different namespaces.

nicolastakashi opened this issue · comments

I'd love to reuse the same client to get releases from different namespaces, at the moment this is not possible and we need always create a new client instance for every namespace.