JovianX / helm-release-plugin

Helm3 plugin that pulls(re-creates) helm Charts from deployed releases, and updates values of deployed releases without the chart.
Apache License 2.0
97 stars 11 forks source link

Allow namespace parameter #24

Closed AssafKatz3 closed 1 year ago

AssafKatz3 commented 1 year ago

Hi, This will be really useful 😊 I suggest using the standard -n parameter. Thanks

rtpro commented 1 year ago

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?

AssafKatz3 commented 1 year ago

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 1 year ago

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?

AssafKatz3 commented 1 year ago

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