Skip to content
Snippets Groups Projects
Commit e6c43d28 authored by Brian Christie's avatar Brian Christie
Browse files

contrib/kube-prometheus: Add jobLabel to ServiceMonitorCoreDNS

parent c82bae5b
No related branches found
No related tags found
No related merge requests found
......@@ -391,6 +391,7 @@ local k = import 'ksonnet/ksonnet.beta.3/k.libsonnet';
},
},
spec: {
jobLabel: 'k8s-app',
selector: {
matchLabels: {
'k8s-app': 'kube-dns',
......
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