Skip to content

Commit

Permalink
Merge pull request #42 from adelcast/dev/adelcast/servicemonitor
Browse files Browse the repository at this point in the history
servicemonitor.yaml: correct casing for namespace helm variable
  • Loading branch information
iamabhishek-dubey authored Jul 8, 2020
2 parents b00b908 + 274a551 commit 9687416
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helm/templates/servicemonitor.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ spec:
scrapeTimeout: 60s
namespaceSelector:
matchNames:
- {{ .Release.namespace }}
- {{ .Release.Namespace }}
selector:
matchLabels:
druid: metrics
Expand Down

0 comments on commit 9687416

Please sign in to comment.