Skip to content

Commit

Permalink
Update charts/prometheus-mysql-exporter/values.yaml
Browse files Browse the repository at this point in the history
Signed-off-by: André Bauer <monotek@users.noreply.github.com>
  • Loading branch information
monotek authored Oct 17, 2023
1 parent 583ba05 commit d3a9b54
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 d3a9b54

Please sign in to comment.