mirror of
https://github.com/coredns/coredns.git
synced 2025-10-28 00:34:24 -04:00
Don't explicitly set `RetryOnError` to `false`. It won't exist in the next version of the k8s api and it won't make a difference in this code since the struct would default to that. Signed-off-by: Kevin Lyda <kevin@lyda.ie>