diff --git a/tests/resources/coredns/Corefile b/tests/resources/coredns/Corefile index b156ba336d..7b312e8498 100644 --- a/tests/resources/coredns/Corefile +++ b/tests/resources/coredns/Corefile @@ -19,7 +19,7 @@ webapp.com { template IN CNAME { match "^stage-function\.webapp\.com\.$" - answer "{{ .Name }} 60 IN CNAME functions.localhost." + answer "{{ .Name }} 60 IN CNAME cname.localhost." fallthrough }