go-helm-client
go-helm-client copied to clipboard
Equivalent to "-A, --all-namespaces list releases across all namespaces" ?
The helm command supports -A as a parameter. Is it possible to do something similar with this client?
Hey @cep21, thanks for opening this issue.
The helm command supports -A as a parameter.
As the -A flag is only available for some helm commands, are you maybe looking for the functionality of helm list -A?
If so, it would only affect the listDeployedReleases() method and it'd be a rather small change.
Please let us know if this is what you'd like to be added to the client.
Exactly what i want!