Merge pull request #6695 from SgtCoDFish/fixreadme

Run update-helm-docs to fix Helm README
This commit is contained in:
jetstack-bot 2024-02-01 10:43:18 +00:00 committed by GitHub
commit 3cdd44bbed
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1371,9 +1371,9 @@ false
<td>prometheus.enabled</td>
<td>
Enable Prometheus monitoring for the cert-manager controller to use with the. Prometheus Operator. Either `prometheus.servicemonitor.enabled` or
`prometheus.podmonitor.enabled` can be used to create a ServiceMonitor/PodMonitor
resource.
Enable Prometheus monitoring for the cert-manager controller to use with the. Prometheus Operator. If this option is enabled without enabling `prometheus.servicemonitor.enabled` or
`prometheus.podmonitor.enabled`, 'prometheus.io' annotations are added to the cert-manager Deployment resources.
Otherwise, a ServiceMonitor/ PodMonitor is created.
</td>
<td>bool</td>
@ -3197,7 +3197,7 @@ The container image for the cert-manager cainjector
<td>
```yaml
quay.io/jetstack/cert-manager-controller
quay.io/jetstack/cert-manager-cainjector
```
</td>