Skip to content

Commit

Permalink
Merge pull request #3209 from oliviermichaelis/grafana-servicemonitor…
Browse files Browse the repository at this point in the history
…-docs

[grafana] Clarify documentation for serviceMonitor.enabled
  • Loading branch information
zanhsieh authored Jul 4, 2024
2 parents dff01f8 + 4be61dd commit 8b5ec7d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/grafana/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v2
name: grafana
version: 8.3.1
version: 8.3.2
appVersion: 11.1.0
kubeVersion: "^1.8.0-0"
description: The leading tool for querying and visualizing time series and metrics.
Expand Down
2 changes: 1 addition & 1 deletion charts/grafana/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ service:
appProtocol: ""

serviceMonitor:
## If true, a ServiceMonitor CRD is created for a prometheus operator
## If true, a ServiceMonitor CR is created for a prometheus operator
## https://github.com/coreos/prometheus-operator
##
enabled: false
Expand Down

0 comments on commit 8b5ec7d

Please sign in to comment.