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'; ...@@ -391,6 +391,7 @@ local k = import 'ksonnet/ksonnet.beta.3/k.libsonnet';
}, },
}, },
spec: { spec: {
jobLabel: 'k8s-app',
selector: { selector: {
matchLabels: { matchLabels: {
'k8s-app': 'kube-dns', 'k8s-app': 'kube-dns',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment