From 98441ca92e6a8b74800262bb03b868de26bc21dc Mon Sep 17 00:00:00 2001 From: Remy Mollandin Date: Mon, 16 Oct 2023 09:17:18 +0200 Subject: [PATCH] [prometheus-mysql-exporter]: modify values comment Signed-off-by: Remy Mollandin --- charts/prometheus-mysql-exporter/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/prometheus-mysql-exporter/values.yaml b/charts/prometheus-mysql-exporter/values.yaml index 027ea45c364b..38b7c45eba7e 100644 --- a/charts/prometheus-mysql-exporter/values.yaml +++ b/charts/prometheus-mysql-exporter/values.yaml @@ -50,7 +50,7 @@ serviceMonitor: enabled: false targets: [] # target connection information with name (required), endpoint (required) and port (optionnal) - # the name must match an entry client.{{ name }} existing in the secret + # if sharedSecret is not enabled the name must match an entry client.{{ name }} existing in the secret # - endpoint: mysql1.dns.local # name: mysql1 # port: 3307