-
Notifications
You must be signed in to change notification settings - Fork 481
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
Add uninstall hook for the kube-stack chart #1305
Merged
TylerHelmuth
merged 28 commits into
open-telemetry:main
from
jaronoff97:fix-uninstall-kos
Aug 20, 2024
Merged
Add uninstall hook for the kube-stack chart #1305
TylerHelmuth
merged 28 commits into
open-telemetry:main
from
jaronoff97:fix-uninstall-kos
Aug 20, 2024
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@jaronoff97 can we reuse the prom live stack charts solution, whatever it is? |
…harts into fix-uninstall-kos
TylerHelmuth
approved these changes
Aug 20, 2024
This adds an uninstall hook which makes sure that we get rid of the CRs before we uninstall the operator. Closes #1300