From 5e1807d8d0f086b9c761f7f170e69986b72bc518 Mon Sep 17 00:00:00 2001 From: Hans Kristian Flaatten Date: Mon, 29 Jul 2019 16:37:54 +0200 Subject: [PATCH] chart: fix formatting of values table in README.md --- deploy/charts/cert-manager/README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/deploy/charts/cert-manager/README.md b/deploy/charts/cert-manager/README.md index b2f3f5273..3ce7f494e 100644 --- a/deploy/charts/cert-manager/README.md +++ b/deploy/charts/cert-manager/README.md @@ -106,8 +106,7 @@ The following table lists the configurable parameters of the cert-manager chart | `prometheus.enabled` | Enable Prometheus monitoring | `true` | | `prometheus.servicemonitor.enabled` | Enable Prometheus Operator ServiceMonitor monitoring | `false` -| `prometheus.servicemonitor.prometheusInstance` | Prometheus Instance -definition | `default` | +| `prometheus.servicemonitor.prometheusInstance` | Prometheus Instance definition | `default` | | `prometheus.servicemonitor.targetPort` | Prometheus scrape port | `9402` | | `prometheus.servicemonitor.path` | Prometheus scrape path | `/metrics` | | `prometheus.servicemonitor.interval` | Prometheus scrape interval | `60s` |