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