mirror of
https://github.com/coredns/coredns.git
synced 2025-11-08 13:06:24 -05: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>