mirror of
https://github.com/coredns/coredns.git
synced 2025-10-28 16:54:15 -04:00
pl/kubernetes: drop the comma parsing (#1453)
Let caddyfile parser give us the token, the comma sep thing also didn't work. Fixes #1446
This commit is contained in:
@@ -64,7 +64,7 @@ func TestKubernetesParse(t *testing.T) {
|
||||
},
|
||||
{
|
||||
`kubernetes coredns.local {
|
||||
endpoint http://localhost:9090
|
||||
endpoint http://localhost:9090 http://localhost:9091
|
||||
}`,
|
||||
false,
|
||||
"",
|
||||
|
||||
Reference in New Issue
Block a user