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:
Miek Gieben 2018-01-28 16:40:10 +00:00 committed by Yong Tang
parent d27be86e3e
commit 399073ec6b
3 changed files with 5 additions and 7 deletions

View file

@ -64,7 +64,7 @@ func TestKubernetesParse(t *testing.T) {
},
{
`kubernetes coredns.local {
endpoint http://localhost:9090
endpoint http://localhost:9090 http://localhost:9091
}`,
false,
"",