-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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 rollback uses default namespace #2634
Comments
I'm able to reproduce |
This is serious bug which caused many issues on our production environment. It's easily reproducible on |
This is a serious issue for us as well and has caused production incidents. |
@derailed it looks like there hasn't been a release since June despite this issue getting fixed - any idea when a new release will be done? mostly asking because i use brew.sh to keep things up to date rather than building things manually. |
Describe the bug
When a helm chart is deployed to a non-default namespace and a rollback is issued in k9s, all new resources are in the default namespace instead of the namespace of the helm chart.
To Reproduce
Steps to reproduce the behavior:
Historical Documents
When applicable please include any supporting artifacts: k9s debug logs, configurations, resource manifests, ...
Expected behavior
The helm chart should be rolled back to the same namespace which it was in originally
Screenshots
If applicable, add screenshots to help explain your problem.
Versions (please complete the following information):
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: