-
Notifications
You must be signed in to change notification settings - Fork 20
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
[question] What is the purpose of cert-manager ? #203
Comments
Hi @eshepelyuk. The purpose of cert-manager is in fact to request a cert for the webhook service. You can specify If you want to install without depending on cert-manager at all, I recommend either relying on OLM or creating your own version of the manifests. Hopefully soon the helm chart will let us customize that. |
Thanks for reply, I'll try with custom manifests to assess the project. |
@jasonmadigan for example self signed certificates can be generated directly from Helm chart, allowing to completely avoid cert-manager installation. https://medium.com/nuvo-group-tech/move-your-certs-to-helm-4f5f61338aca |
Hello
The installation script installs cert-manager into the cluster.
What is the purpose of this component, can it be removed, for local development, for example ?
If it is only to have self signed certificate for webhook , then it can be replaced with pre-defined secret.
The text was updated successfully, but these errors were encountered: