Skip to content

Commit

Permalink
Merge pull request #1298 from flanksource/servicemonitor-selector
Browse files Browse the repository at this point in the history
fix: servicemonitor to match selectorLabels
  • Loading branch information
moshloop authored Oct 6, 2023
2 parents 63fe817 + 49e5108 commit 20ab564
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chart/templates/servicemonitor.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ spec:
interval: 30s
selector:
matchLabels:
{{- include "canary-checker.labels" . | nindent 6 }}
{{- include "canary-checker.selectorLabels" . | nindent 6 }}
{{- end }}

0 comments on commit 20ab564

Please sign in to comment.