Skip to content

Commit b18660e

Browse files
authored
Merge pull request kubernetes#71774 from prameshj/fix-yaml
Fix labelname in nodelocaldns yaml
2 parents 338824d + 567e79a commit b18660e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cluster/addons/dns/nodelocaldns/nodelocaldns.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ metadata:
8484
name: node-local-dns
8585
namespace: kube-system
8686
labels:
87-
k8s-app: kube-dns
87+
k8s-app: node-local-dns
8888
kubernetes.io/cluster-service: "true"
8989
addonmanager.kubernetes.io/mode: Reconcile
9090
spec:

0 commit comments

Comments
 (0)