mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-03-10 04:08:02 +03:00
Remove unicode chars from coredns template (#5848)
This commit is contained in:
@@ -11,13 +11,13 @@ data:
|
|||||||
{% if coredns_external_zones is defined and coredns_external_zones|length > 0 %}
|
{% if coredns_external_zones is defined and coredns_external_zones|length > 0 %}
|
||||||
{% for block in coredns_external_zones %}
|
{% for block in coredns_external_zones %}
|
||||||
{{ block['zones'] | join(' ') }} {
|
{{ block['zones'] | join(' ') }} {
|
||||||
log
|
log
|
||||||
errors
|
errors
|
||||||
forward . {{ block['nameservers'] | join(' ') }}
|
forward . {{ block['nameservers'] | join(' ') }}
|
||||||
loadbalance
|
loadbalance
|
||||||
cache {{ block['cache'] | default(5) }}
|
cache {{ block['cache'] | default(5) }}
|
||||||
reload
|
reload
|
||||||
}
|
}
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
.:53 {
|
.:53 {
|
||||||
|
|||||||
Reference in New Issue
Block a user