download: Remove deleted kubeadm config field (#10931)

pull/10934/head
Max Gautier 2024-02-16 13:08:43 +00:00 committed by GitHub
parent 082ac10fbb
commit 65b0604db7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 1 deletions

View File

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