mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-03-09 19:58:07 +03:00
DeprecationWarning occurs when indentfirst=None is specified in coredns-config.yml.j2 (#8224)
This commit is contained in:
@@ -65,5 +65,5 @@ data:
|
||||
}
|
||||
{% if dns_etchosts | default(None) %}
|
||||
hosts: |
|
||||
{{ dns_etchosts | indent(width=4, indentfirst=None) }}
|
||||
{{ dns_etchosts | indent(width=4, first=False) }}
|
||||
{% endif %}
|
||||
|
||||
Reference in New Issue
Block a user