Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

extraArgs removed from uninstall command #308

Conversation

ahmetkaftan
Copy link

Signed-off-by: Ahmet Kaftan [email protected]

What this PR does / why we need it:
When removing chart after chart install, helm uninstall command gets the extraArgs which has been added with --helm-extra-args flag.

Which issue this PR fixes (optional, in fixes #<issue number>(, fixes #<issue_number>, ...) format, will close that issue when PR gets merged): fixes #212

Special notes for your reviewer:

@alespour
Copy link

alespour commented Dec 7, 2021

@tylerauerbeck This would be nice to have merged. Thank you for your consideration.

@tylerauerbeck
Copy link
Contributor

@alespour Thanks for the ping. This seems fairly harmless and seems to work to me. But, I don't have any approver/merge power here. So we'll probably want @cpanato or @scottrigby to take a look.

@smlx
Copy link
Contributor

smlx commented Dec 8, 2021

So with this PR how do I pass an extra argument to the helm uninstall command?

@ahmetkaftan
Copy link
Author

So with this PR how do I pass an extra argument to the helm uninstall command?

I don't think it's necessary to pass extra arguments when running helm uninstall command.

@smlx
Copy link
Contributor

smlx commented Dec 8, 2021

I don't think it's necessary to pass extra arguments when running helm uninstall command.

I disagree. There are plenty of global options which might be useful being passed to uninstall. In addition this is a breaking change. A better solution to #212 is in a comment on that issue: #212 (comment)

@ahmetkaftan
Copy link
Author

fixed with #402

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

unknown flag when chart uninstalled
4 participants