download: Remove deleted kubeadm config field (#10931)

This commit is contained in:
Max Gautier
2024-02-16 13:08:43 +00:00
committed by GitHub
parent 082ac10fbb
commit 65b0604db7

View File

@ -20,6 +20,5 @@ etcd:
{% endfor %}
{% endif %}
dns:
type: CoreDNS
imageRepository: {{ coredns_image_repo | regex_replace('/coredns(?!/coredns).*$', '') }}
imageTag: {{ coredns_image_tag }}