Skip to content

Commit

Permalink
Merge pull request #120 from 181192/service-monitor-selector
Browse files Browse the repository at this point in the history
chart: Fix ServiceMonitor matchLabels for service
  • Loading branch information
stefanprodan authored Feb 2, 2021
2 parents 4407939 + 63c0d0a commit 9827136
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/podinfo/templates/servicemonitor.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ spec:
interval: {{ .Values.serviceMonitor.interval }}
selector:
matchLabels:
app: {{ template "podinfo.fullname" . }}
{{- include "podinfo.selectorLabels" . | nindent 6 }}
{{- end }}

0 comments on commit 9827136

Please sign in to comment.