Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master' into feature/add_scrape_…
Browse files Browse the repository at this point in the history
…timeout_interval
  • Loading branch information
rashidwh committed Oct 11, 2021
2 parents 430d647 + af4fb49 commit 89ea1c6
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion charts/kminion/templates/servicemonitor.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,8 @@ spec:
honorLabels: {{ .Values.serviceMonitor.honorLabels }}
scrapeTimeout: {{ .Values.serviceMonitor.scrapeTimeout }}
interval: {{ .Values.serviceMonitor.interval }}
{{- end }}
{{- if .Values.serviceMonitor.targetLabels}}
targetLabels:
{{- toYaml .Values.serviceMonitor.targetLabels | nindent 4}}
{{- end}}
{{- end }}

0 comments on commit 89ea1c6

Please sign in to comment.