pillar_dns_server remove change so as not to break tooling in the near term in the kubernetes/dns repo

This commit is contained in:
jay vyas 2020-09-10 13:00:57 -04:00
parent 1693c111be
commit c6a4a87ff2

View File

@ -96,8 +96,8 @@ data:
cache 30 cache 30
reload reload
loop loop
bind __LOCAL__DNS__ __DNS__SERVER__ bind __PILLAR__LOCAL__DNS__ __PILLAR__DNS__SERVER__
forward . __UPSTREAM__SERVERS__ forward . __PILLAR__UPSTREAM__SERVERS__
prometheus :9253 prometheus :9253
} }
--- ---