Commit 7e937460 authored by John Belamaric's avatar John Belamaric

Fix reverse zone in corefile

parent 99b60d29
...@@ -207,7 +207,7 @@ func createTestServer(t *testing.T, corefile string) (*caddy.Instance, string) { ...@@ -207,7 +207,7 @@ func createTestServer(t *testing.T, corefile string) (*caddy.Instance, string) {
func TestKubernetesIntegration(t *testing.T) { func TestKubernetesIntegration(t *testing.T) {
corefile := corefile :=
`.:0 { `.:0 {
kubernetes cluster.local 0.3.10.in-addr.arpa { kubernetes cluster.local 0.0.10.in-addr.arpa {
endpoint http://localhost:8080 endpoint http://localhost:8080
#endpoint https://kubernetes/ #endpoint https://kubernetes/
#tls admin.pem admin-key.pem ca.pem #tls admin.pem admin-key.pem ca.pem
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment