[feat] Add custom options to coredns kubernets plugin (#9608)

This commit is contained in:
Marijn van der Giesen
2022-12-28 03:21:27 +01:00
committed by GitHub
parent 2c2e608eac
commit ab80342750
4 changed files with 16 additions and 0 deletions

View File

@@ -43,6 +43,11 @@ data:
{% endif %}
{% if enable_coredns_reverse_dns_lookups %}
fallthrough in-addr.arpa ip6.arpa
{% endif %}
{% if coredns_kubernetes_extra_opts is defined %}
{% for opt in coredns_kubernetes_extra_opts %}
{{ opt }}
{% endfor %}
{% endif %}
}
prometheus :9153