We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
TLSPolicy gets stuck on its finalizer while deleting if cert-manager is not installed
The text was updated successfully, but these errors were encountered:
@pehala is the finalizer added by cert-manager or something else adds it expecting cert-manager to remove it?
Can you provide some steps to reproduce this?
Sorry, something went wrong.
Closing this, re-open with steps to reproduce if it's still an issue.
If cert-manager was never installed this should never be possible since, as the controller that adds the finalizer is never started.
If it happens after, cert-manager is removed after creating a Certificate, then that's a different issue that is likely cross component.
No branches or pull requests
TLSPolicy gets stuck on its finalizer while deleting if cert-manager is not installed
The text was updated successfully, but these errors were encountered: