Fix servicemonitor matchLabels for service

Signed-off-by: 181192 <k@kalli.no>
This commit is contained in:
181192
2021-02-01 18:47:54 +01:00
parent 4407939ea3
commit 63c0d0afe5

View File

@@ -12,5 +12,5 @@ spec:
interval: {{ .Values.serviceMonitor.interval }}
selector:
matchLabels:
app: {{ template "podinfo.fullname" . }}
{{- include "podinfo.selectorLabels" . | nindent 6 }}
{{- end }}