Skip to content

Commit

Permalink
Improve values.yaml documentation
Browse files Browse the repository at this point in the history
Signed-off-by: festeveira <[email protected]>
  • Loading branch information
festeveira committed Dec 1, 2024
1 parent b35b94d commit 5b9d534
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions charts/prometheus-postgres-exporter/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,10 +60,10 @@ serviceMonitor:
name: ""

# Define each target's endpoint and name
# When not using sharedAuthModule the config file should have one authModule for each target like [client.$name]
# When not using sharedAuthModule the config file should have one authModule for each target with key "client.$name"
targets: []
# - endpoint:
# name:
# - endpoint: pg01.local
# name: pg01 (there needs to exist an authModule with key "client.pg01" if not using sharedAuthModule)
# port: default 5432

prometheusRule:
Expand Down

0 comments on commit 5b9d534

Please sign in to comment.