-
Notifications
You must be signed in to change notification settings - Fork 8
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
Make uninstalling cert-manager SAFE: don't uninstal the CRDs #13
Make uninstalling cert-manager SAFE: don't uninstal the CRDs #13
Conversation
Skipping CI for Draft Pull Request. |
c061d02
to
c366f18
Compare
08a61d1
to
4e47223
Compare
4e47223
to
0ce0891
Compare
0ce0891
to
e0eefb5
Compare
242852f
to
f79369c
Compare
Signed-off-by: Tim Ramlot <42113979+inteon@users.noreply.github.com>
f79369c
to
96c908b
Compare
/lgtm |
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: inteon The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
This PR modifies the uninstall command so it can be used to safely uninstall any cert-manager Helm chart without uninstalling the CRDs.
It does this by first updating the Helm release and adding the keep annotations to the CRDs, after which the uninstallation process continues.