diff --git a/builtin/roles/install/kubernetes/templates/dns/coredns.deployment b/builtin/roles/install/kubernetes/templates/dns/coredns.deployment index 8c432052..193e4837 100644 --- a/builtin/roles/install/kubernetes/templates/dns/coredns.deployment +++ b/builtin/roles/install/kubernetes/templates/dns/coredns.deployment @@ -228,7 +228,7 @@ data: {% if (kubernetes.coredns.dns_etc_hosts|length > 0) %} hosts /etc/coredns/hosts { - allthrough + fallthrough } {% endif %} }