Skip to content
Snippets Groups Projects
Unverified Commit 5ea10d80 authored by paulfantom's avatar paulfantom
Browse files

jsonnet: fix label selector for coredns ServiceMonitor

parent 2afbb72a
No related branches found
No related tags found
No related merge requests found
......@@ -245,7 +245,7 @@ function(params) {
spec: {
jobLabel: 'app.kubernetes.io/name',
selector: {
matchLabels: { 'app.kubernetes.io/name': 'kube-dns' },
matchLabels: { 'k8s-app': 'kube-dns' },
},
namespaceSelector: {
matchNames: ['kube-system'],
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment