NickLarsenNZ opened a new issue, #24220: URL: https://github.com/apache/superset/issues/24220
Resources created by the chart remain in Kubernetes after deletion of the release #### How to reproduce the bug Install the chart ```sh helm repo add superset https://apache.github.io/superset helm repo update helm upgrade --install my-release superset/superset --namespace default ``` Then delete it ```sh helm delete my-release --namespace default ``` ### Expected results There should be no orphaned resources left in the cluster that were created by the chart install. ### Actual results A `Job` (and its child `Pod` resources) remain. #### Screenshots After install: <img width="759" alt="image" src="https://github.com/apache/superset/assets/10092581/c54e392e-701b-4f66-8fdd-f0d45b2fd103"> After deletion: <img width="791" alt="image" src="https://github.com/apache/superset/assets/10092581/df4c05fd-bd61-47e0-88d1-d35bd13a6721"> ### Environment - browser type and version: N/A - superset version: `2.1.0` (Helm Chart `0.10.0`) - python version: N/A - node.js version: N/A - any feature flags active: N/A ### Checklist Make sure to follow these steps before submitting your issue - thank you! - [x] I have checked the superset logs for python stacktraces and included it here as text if there are any. - [x] I have reproduced the issue with at least the latest released version of superset. - [x] I have checked the issue tracker for the same issue and I haven't found one similar. ### Additional context None -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
