Skip to content

Commit

Permalink
Merge pull request #269 from stakater/fix-label
Browse files Browse the repository at this point in the history
Fixed Service Monitor match label
  • Loading branch information
AsfaMumtaz authored Aug 18, 2023
2 parents 0790a28 + 789c8e3 commit 23f1980
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@

All notable changes to this project will be documented here.

### v2.2.4
- fix: Matchlabel fixed for service monitor [PR-269](https://github.com/stakater/application/pull/269)

### v2.2.3
- feat: Add more properties to CronJob [PR-265](https://github.com/stakater/application/pull/265)

Expand Down
2 changes: 1 addition & 1 deletion application/templates/servicemonitor.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ metadata:
spec:
selector:
matchLabels:
{{ include "application.selectorLabels" . | indent 6 }}
{{ include "application.labels" . | indent 6 }}
namespaceSelector:
matchNames:
- {{ .Release.Namespace }}
Expand Down

0 comments on commit 23f1980

Please sign in to comment.