Skip to content

Commit

Permalink
docs: indent targets doc string
Browse files Browse the repository at this point in the history
Signed-off-by: Remy Mollandin <[email protected]>
  • Loading branch information
Remy-Mollandin-SK5 committed Oct 17, 2023
1 parent 53c32bf commit 0d2c32d
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions charts/prometheus-mysql-exporter/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0d2c32d

Please sign in to comment.