Skip to content

Commit

Permalink
remove job label
Browse files Browse the repository at this point in the history
Signed-off-by: drfaust92 <[email protected]>
  • Loading branch information
DrFaust92 committed Feb 18, 2024
1 parent 5b324ae commit d505185
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ metadata:
{{- toYaml .Values.podMonitor.labels | nindent 4 }}
{{- end }}
spec:
jobLabel: {{ default .Release.Name .Values.podMonitor.jobLabel }}
namespaceSelector:
matchNames:
- {{ .Release.Namespace }}
Expand Down
1 change: 0 additions & 1 deletion charts/prometheus-elasticsearch-exporter/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,6 @@ podMonitor:
enabled: false
labels: {}
interval: 60s
jobLabel: ""
scrapeTimeout: 10s
honorLabels: true
scheme: http
Expand Down

0 comments on commit d505185

Please sign in to comment.