Skip to content

Commit

Permalink
Replace label k8s-app: nodelocaldns in DaemonSet template by `k8s-a…
Browse files Browse the repository at this point in the history
…pp: node-local-dns` (kubernetes-sigs#9745)
  • Loading branch information
stelucz authored and HoKim98 committed Mar 8, 2023
1 parent ad19f6b commit 4e44301
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}'
Expand Down

0 comments on commit 4e44301

Please sign in to comment.