From 7ffab5daeed482f12b2df9cb5cb421ae4ba779a8 Mon Sep 17 00:00:00 2001 From: Remy Mollandin Date: Tue, 17 Oct 2023 17:33:35 +0200 Subject: [PATCH] docs: indent targets doc string --- charts/prometheus-mysql-exporter/values.yaml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/charts/prometheus-mysql-exporter/values.yaml b/charts/prometheus-mysql-exporter/values.yaml index 38b7c45eba7e..86369eb18567 100644 --- a/charts/prometheus-mysql-exporter/values.yaml +++ b/charts/prometheus-mysql-exporter/values.yaml @@ -49,13 +49,13 @@ serviceMonitor: multipleTarget: enabled: false targets: [] - # target connection information with name (required), endpoint (required) and port (optionnal) - # 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 - # - endpoint: mysql2.dns.local - # name: mysql2 + # target connection information with name (required), endpoint (required) and port (optionnal) + # 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 + # - endpoint: mysql2.dns.local + # name: mysql2 # Enable shared credentials for all targets sharedSecret: enabled: false