Add support for dns_etchosts (#6236)

This commit is contained in:
Mateus Caruccio
2020-06-26 04:03:31 -03:00
committed by GitHub
parent d3ca9d1db9
commit 1892cd65f6
6 changed files with 61 additions and 3 deletions

View File

@@ -110,3 +110,7 @@ spec:
items:
- key: Corefile
path: Corefile
{% if dns_etchosts | default(None) %}
- key: hosts
path: hosts
{% endif %}