Skip to content

Commit

Permalink
[chart] Fix condition for enabling selfServiceMonitor (#137)
Browse files Browse the repository at this point in the history
* [chart] Fix condition for enabling selfServiceMonitor

* Disable selfMonitor by default
  • Loading branch information
AlexLov authored May 31, 2024
1 parent b82b01f commit 67df348
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/script-exporter/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ apiVersion: v2
name: script-exporter
description: Prometheus exporter to execute scripts and collect metrics from the output or the exit status.
type: application
version: 0.8.3
version: 0.8.4
appVersion: v2.19.0
2 changes: 1 addition & 1 deletion charts/script-exporter/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ serviceMonitor:
## https://github.com/coreos/prometheus-operator for script-exporter itself
##
selfMonitor:
enabled: true
enabled: false
additionalMetricsRelabels: {}
additionalRelabeling: []
labels: {}
Expand Down

0 comments on commit 67df348

Please sign in to comment.