contrib/kube-prometheus: Add jobLabel to ServiceMonitorCoreDNS

This commit is contained in:
Brian Christie
2018-12-18 12:26:03 +00:00
parent c82bae5b55
commit e6c43d286d

View File

@@ -391,6 +391,7 @@ local k = import 'ksonnet/ksonnet.beta.3/k.libsonnet';
},
},
spec: {
jobLabel: 'k8s-app',
selector: {
matchLabels: {
'k8s-app': 'kube-dns',