diff --git a/chart/templates/servicemonitor.yaml b/chart/templates/servicemonitor.yaml index 606534671..22045b1ff 100644 --- a/chart/templates/servicemonitor.yaml +++ b/chart/templates/servicemonitor.yaml @@ -12,5 +12,5 @@ spec: interval: 30s selector: matchLabels: - {{- include "canary-checker.labels" . | nindent 6 }} + {{- include "canary-checker.selectorLabels" . | nindent 6 }} {{- end }}