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

Undocumented enableCertManager value is required #139

Open
chipzoller opened this issue Jun 12, 2023 · 1 comment
Open

Undocumented enableCertManager value is required #139

chipzoller opened this issue Jun 12, 2023 · 1 comment

Comments

@chipzoller
Copy link

chipzoller commented Jun 12, 2023

There is an undocumented value discovered here called enableCertManager which must be set to true, at least when installing NCO outside of an OpenShift environment, as well as a prerequisite that cert-manager be installed, in order to provision the certs necessary to start the NCO deployment. Without these, the Pod will not start because the Secrets namespace-configuration-operator-certs and webhook-server-cert will not be created, which are mounted as volumes.

README should be updated to state for deployment at least outside of an OpenShift environment:

  • Cert-manager is required
  • Pass the value enableCertManager: true in order to provision the necessary certificate-related resources
@raffaelespazzoli
Copy link
Collaborator

hey would you be so kind to contribute this documentation change?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants