Skip to content

Commit

Permalink
Merge pull request kubernetes#71774 from prameshj/fix-yaml
Browse files Browse the repository at this point in the history
Fix labelname in nodelocaldns yaml
  • Loading branch information
k8s-ci-robot authored Dec 8, 2018
2 parents 338824d + 567e79a commit b18660e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cluster/addons/dns/nodelocaldns/nodelocaldns.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ metadata:
name: node-local-dns
namespace: kube-system
labels:
k8s-app: kube-dns
k8s-app: node-local-dns
kubernetes.io/cluster-service: "true"
addonmanager.kubernetes.io/mode: Reconcile
spec:
Expand Down

0 comments on commit b18660e

Please sign in to comment.