File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -320,20 +320,20 @@ func TestLocalDNSConfigSetShouldApplyConfiguration(t *testing.T) {
320320 "zones" : map [string ]interface {}{
321321 "." : map [string ]interface {}{
322322 "query_logging" : "Error" ,
323- "protocol" : "PreferUDP" ,
323+ "protocol" : "PreferUDP" ,
324324 "forward_destination" : "VnetDNS" ,
325- "forward_policy" : "Random" ,
326- "max_concurrent" : 150 ,
325+ "forward_policy" : "Random" ,
326+ "max_concurrent" : 150 ,
327327 },
328328 },
329329 },
330330 "kube_dns_overrides" : map [string ]interface {}{
331331 "zones" : map [string ]interface {}{
332332 "cluster.local" : map [string ]interface {}{
333333 "query_logging" : "Log" ,
334- "protocol" : "PreferUDP" ,
334+ "protocol" : "PreferUDP" ,
335335 "forward_destination" : "ClusterCoreDNS" ,
336- "forward_policy" : "Sequential" ,
336+ "forward_policy" : "Sequential" ,
337337 },
338338 },
339339 },
You can’t perform that action at this time.
0 commit comments