Skip to content

Commit 50075bb

Browse files
committed
✏️ fix
modified: charts/kube-reqsizer/Chart.yaml; modified: charts/kube-reqsizer/templates/monitor.yaml
1 parent e0f593b commit 50075bb

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

charts/kube-reqsizer/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ type: application
1313
# This is the chart version. This version number should be incremented each time you make changes
1414
# to the chart and its templates, including the app version.
1515
# Versions are expected to follow Semantic Versioning (https://semver.org/)
16-
version: 0.8.51
16+
version: 0.8.52

charts/kube-reqsizer/templates/monitor.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,14 @@ metadata:
88
release: prometheusoperator
99
name: controller-manager-metrics-monitor
1010
spec:
11+
jobLabel: kube-reqsizer-servicemonitor
1112
endpoints:
1213
- path: /metrics
1314
port: https
1415
namespaceSelector:
15-
any: true
16+
matchNames:
17+
- {{.Release.Namespace}}
1618
selector:
1719
matchLabels:
1820
control-plane: controller-manager
19-
{{ end }}
21+
{{ end }}

0 commit comments

Comments
 (0)