From 86b1282e9b0a330dc4b82fd4d88e6ecf353d0d62 Mon Sep 17 00:00:00 2001 From: Ashley Davis Date: Thu, 1 Feb 2024 09:57:59 +0000 Subject: [PATCH] run update-helm-docs to fix Helm README Signed-off-by: Ashley Davis --- deploy/charts/cert-manager/README.template.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/deploy/charts/cert-manager/README.template.md b/deploy/charts/cert-manager/README.template.md index ec5f6ef1a..6611aebef 100644 --- a/deploy/charts/cert-manager/README.template.md +++ b/deploy/charts/cert-manager/README.template.md @@ -1371,9 +1371,9 @@ false prometheus.enabled -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. bool @@ -3197,7 +3197,7 @@ The container image for the cert-manager cainjector ```yaml -quay.io/jetstack/cert-manager-controller +quay.io/jetstack/cert-manager-cainjector ```