-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
helm: delete doesn't respect namespace #3843
Comments
@no1melman are you using helm3 or a previous version? |
Helm 3 |
@balopat do you require any more evidence? |
Can confirm:
|
This might be fixed in #3929 |
We are prioritizing reviewing the PR and verifying this is Fixed in #3929 |
I looked through #3929 and don't see how it would fix this issue? |
I tested this at head, but and it seems to be fixed now:
Example log:
Please add a comment with the output of |
Expected behavior
Run
Everything should be cleaned up
Actual behavior
When running with custom namespace parameter, the
delete
command ignores it.This doesn't help if you used
run -n
to put into a different namespaceOutput from trace logs show command being run:
Information
Steps to reproduce the behavior
Run
The text was updated successfully, but these errors were encountered: