redhat-cop / namespace-configuration-operator

The namespace-configuration-operator helps keeping configurations related to Users, Groups and Namespaces aligned with one of more policies specified as a CRs
Apache License 2.0
204 stars 55 forks source link

Undocumented `enableCertManager` value is required #139

Open chipzoller opened 1 year ago

chipzoller commented 1 year ago

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:

raffaelespazzoli commented 9 months ago

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