Skip to content
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

Check for cert-manager CRDs instead of Service during installation #488

Closed
jordojordo opened this issue Sep 29, 2023 · 1 comment
Closed
Assignees
Labels

Comments

@jordojordo
Copy link
Member

During the installation of the kubewarden-controller there is a step for installing cert-manager, in order for this step to advance it is checking for the existence of a Service with the label: app: cert-manager. This should be changed to instead check for the existence of the cert-manager CRDs rather than a Service and label since users could have installed cert-manager previously with their own specifications.

@jordojordo jordojordo self-assigned this Sep 29, 2023
@flavio
Copy link
Member

flavio commented Oct 4, 2023

I think we can close this issue, since we are going to entirely remove the cert-manager dependency (see #489)

@jordojordo jordojordo closed this as not planned Won't fix, can't repro, duplicate, stale Oct 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants