We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aaa91c9 commit f890772Copy full SHA for f890772
charts/prometheus-postgres-exporter/Chart.yaml
@@ -2,7 +2,7 @@ apiVersion: v2
2
appVersion: "v0.16.0"
3
description: A Helm chart for prometheus postgres-exporter
4
name: prometheus-postgres-exporter
5
-version: 6.7.0
+version: 6.7.1
6
home: https://github.com/prometheus-community/postgres_exporter
7
sources:
8
- https://github.com/prometheus-community/postgres_exporter
charts/prometheus-postgres-exporter/templates/servicemonitor.yaml
@@ -57,7 +57,7 @@ spec:
57
{{- end }}
58
59
60
-{{- if not .Values.serviceMonitor.multipleTarget.enabled -}}
+{{- if not .Values.serviceMonitor.multipleTarget.enabled }}
61
endpoints:
62
- port: {{ .Values.service.name }}
63
{{- if .Values.serviceMonitor.interval }}
0 commit comments