JovianX/helm-release-plugin

Allow namespace parameter

Closed this issue ยท 4 comments

Hi,
This will be really useful ๐Ÿ˜Š I suggest using the standard -n parameter.
Thanks

rtpro commented

Hey @AssafKatz3 Thanks for opeing the issue.

Namespaces are fully supported with --namespace or -n parameters. You can find an example in the readme.

$ helm --namespace nginx release pull nginx --destination /home/me/helm-charts

Does -n or --namespace not work for you? What environment are you running on?

Hey @AssafKatz3 Thanks for opeing the issue.

Namespaces are fully supported with --namespace or -n parameters. You can find an example in the readme.

$ helm --namespace nginx release pull nginx --destination /home/me/helm-charts

Does -n or --namespace not work for you? What environment are you running on?

Hi,
So the problem is documentation since it isn't clear :-(
Thanks

rtpro commented

Updated in the main readme:
https://github.com/JovianX/helm-release-plugin/blob/main/README.md#usage

@AssafKatz3 Is it better documented now with the updated readme?

Updated in the main readme: https://github.com/JovianX/helm-release-plugin/blob/main/README.md#usage

@AssafKatz3 Is it better documented now with the updated readme?

Yes, thanks