From 4755fccb6331373ccff74232c904271ba1f4cbbc Mon Sep 17 00:00:00 2001 From: nick Date: Fri, 26 Nov 2021 16:15:14 +0100 Subject: [PATCH] improve option description Signed-off-by: Sebastian Nickel --- deploy/charts/cert-manager/README.template.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy/charts/cert-manager/README.template.md b/deploy/charts/cert-manager/README.template.md index 37263b0be..5b4042dbb 100644 --- a/deploy/charts/cert-manager/README.template.md +++ b/deploy/charts/cert-manager/README.template.md @@ -117,7 +117,7 @@ The following table lists the configurable parameters of the cert-manager chart | `prometheus.servicemonitor.interval` | Prometheus scrape interval | `60s` | | `prometheus.servicemonitor.labels` | Add custom labels to ServiceMonitor | | | `prometheus.servicemonitor.scrapeTimeout` | Prometheus scrape timeout | `30s` | -| `prometheus.servicemonitor.honorLabels` | Whether Prometheus should honor the labels received from cert-manager | `false` | +| `prometheus.servicemonitor.honorLabels` | Enable label honoring for metrics scraped by Prometheus (see [Prometheus scrape config docs](https://prometheus.io/docs/prometheus/latest/configuration/configuration/#scrape_config) for details). By setting `honorLabels` to `true`, Prometheus will prefer label contents given by cert-manager on conflicts. Can be used to remove the "exported_namespace" label for example. | `false` | | `podAnnotations` | Annotations to add to the cert-manager pod | `{}` | | `deploymentAnnotations` | Annotations to add to the cert-manager deployment | `{}` | | `podDnsPolicy` | Optional cert-manager pod [DNS policy](https://kubernetes.io/docs/concepts/services-networking/dns-pod-service/#pods-dns-policy) | |