Skip to content

Commit c6a4a87

Browse files
committed
pillar_dns_server remove change so as not to break tooling in the near term in the kubernetes/dns repo
1 parent 1693c11 commit c6a4a87

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cluster/addons/dns/nodelocaldns/nodelocaldns.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,8 +96,8 @@ data:
9696
cache 30
9797
reload
9898
loop
99-
bind __LOCAL__DNS__ __DNS__SERVER__
100-
forward . __UPSTREAM__SERVERS__
99+
bind __PILLAR__LOCAL__DNS__ __PILLAR__DNS__SERVER__
100+
forward . __PILLAR__UPSTREAM__SERVERS__
101101
prometheus :9253
102102
}
103103
---

0 commit comments

Comments
 (0)