Skip to content
Snippets Groups Projects
Unverified Commit 9247137e authored by stelucz's avatar stelucz Committed by GitHub
Browse files

Replace label `k8s-app: nodelocaldns` in DaemonSet template by `k8s-app: node-local-dns` (#9745)

parent e8f048c7
No related branches found
No related tags found
No related merge requests found
......@@ -9,11 +9,11 @@ metadata:
spec:
selector:
matchLabels:
k8s-app: nodelocaldns
k8s-app: node-local-dns
template:
metadata:
labels:
k8s-app: nodelocaldns
k8s-app: node-local-dns
annotations:
prometheus.io/scrape: 'true'
prometheus.io/port: '{{ nodelocaldns_prometheus_port }}'
......
......@@ -9,11 +9,11 @@ metadata:
spec:
selector:
matchLabels:
k8s-app: nodelocaldns-second
k8s-app: node-local-dns-second
template:
metadata:
labels:
k8s-app: nodelocaldns-second
k8s-app: node-local-dns-second
annotations:
prometheus.io/scrape: 'true'
prometheus.io/port: '{{ nodelocaldns_secondary_prometheus_port }}'
......
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