File tree Expand file tree Collapse file tree 2 files changed +8
-3
lines changed Expand file tree Collapse file tree 2 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 11apiVersion : v2
22name : coredns
3- version : 1.24.3
3+ version : 1.24.4
44appVersion : 1.10.1
55home : https://coredns.io
66icon : https://coredns.io/images/CoreDNS_Colour_Horizontal.png
@@ -19,5 +19,5 @@ engine: gotpl
1919type : application
2020annotations :
2121 artifacthub.io/changes : |
22- - kind: Added
23- description: Added a job to the github action for repo addition.
22+ - kind: fixed
23+ description: Fix wrong namespaceSelector in ServiceMonitor when using custom monitoring namespace
Original file line number Diff line number Diff line change @@ -15,6 +15,11 @@ metadata:
1515{{- toYaml . | nindent 4 }}
1616{{- end }}
1717spec :
18+ {{- if ne .Values.prometheus.monitor.namespace .Release.Namespace }}
19+ namespaceSelector :
20+ matchNames :
21+ - {{ .Release.Namespace }}
22+ {{- end }}
1823 selector :
1924 matchLabels :
2025 app.kubernetes.io/instance : {{ .Release.Name | quote }}
You can’t perform that action at this time.
0 commit comments