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 pedromcpedro committed May 8, 2024
1 parent db397e2 commit 783abfd
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 783abfd

Please sign in to comment.