go-helm-client icon indicating copy to clipboard operation
go-helm-client copied to clipboard

Equivalent to "-A, --all-namespaces list releases across all namespaces" ?

Open cep21 opened this issue 3 years ago • 2 comments

The helm command supports -A as a parameter. Is it possible to do something similar with this client?

cep21 avatar Jan 08 '22 20:01 cep21

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.

elenz97 avatar Jan 12 '22 09:01 elenz97

Exactly what i want!

cep21 avatar Jan 12 '22 14:01 cep21