Skip to content
This repository has been archived by the owner on Mar 17, 2024. It is now read-only.

Commit

Permalink
Helm Chart: Fix ServiceMonitor Interval Type To String (#102)
Browse files Browse the repository at this point in the history
  • Loading branch information
abhishekjiitr authored and seglo committed Dec 3, 2019
1 parent a1206fd commit 8b805c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/kafka-lag-exporter/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ podAnnotations: {}
prometheus:
serviceMonitor:
enabled: false
interval: 30
interval: "30s"
# service monitor label selectors: https://github.com/helm/charts/blob/f5a751f174263971fafd21eee4e35416d6612a3d/stable/prometheus-operator/templates/prometheus/prometheus.yaml#L74
# additionalLabels:
# prometheus: k8s
Expand Down

0 comments on commit 8b805c3

Please sign in to comment.