Skip to content
Snippets Groups Projects
Unverified Commit 8800eb34 authored by Mateus Caruccio's avatar Mateus Caruccio Committed by GitHub
Browse files

Remove unicode chars from coredns template (#5848)

parent 09308d61
No related branches found
No related tags found
No related merge requests found
......@@ -11,13 +11,13 @@ data:
{% if coredns_external_zones is defined and coredns_external_zones|length > 0 %}
{% for block in coredns_external_zones %}
{{ block['zones'] | join(' ') }} {
log
errors
forward . {{ block['nameservers'] | join(' ') }}
loadbalance
cache {{ block['cache'] | default(5) }}
reload
}
log
errors
forward . {{ block['nameservers'] | join(' ') }}
loadbalance
cache {{ block['cache'] | default(5) }}
reload
}
{% endfor %}
{% endif %}
.:53 {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment