leotomas837

Results 3 issues of leotomas837

The ServiceMonitor targets both the web hook service and the metrics service. Yet, only the metrics service must be scraped (the probe could be scraped too via the blackbox-exporter, but...

dco-signoff: yes
size/XS
needs-rebase
ok-to-test

Is there any way to inject a custom CA for the webhook ? I can see these in the [values.yaml](https://github.com/cert-manager/approver-policy/blob/main/deploy/charts/approver-policy/values.yaml): ```yaml ... # -- Optional extra volume mounts. Useful for...

help wanted

The Helm chart does not work with `enableCertManager` set to `false` in [values.yaml](https://github.com/redhat-cop/patch-operator/blob/main/config/helmchart/values.yaml.tpl): ```yaml ... 44 enableCertManager: false ``` Certificates are logically created only if `enableCertManager` is set to `true`...