[feature] Add coredns_additional_configs to handle any extra configurations for coredns deployment (#10023) (#10025)

This commit is contained in:
Navid Nabavi
2023-05-09 17:15:58 +03:30
committed by GitHub
parent c880b24a80
commit 4313c13656
2 changed files with 7 additions and 0 deletions

View File

@@ -31,6 +31,9 @@ data:
{% endfor %}
{% endif %}
.:53 {
{% if coredns_additional_configs is defined %}
{{ coredns_additional_configs | indent(width=8, first=False) }}
{% endif %}
errors
health {
lameduck 5s