Remove j2 template from example value causing template rendering in ansible
diff --git a/docs/dns.md b/docs/dns.md
index 4954095..3e6bda5 100644
--- a/docs/dns.md
+++ b/docs/dns.md
@@ -25,8 +25,8 @@
description: PowerDNS Server
# MiniDNS Configuration options
masters:
- - host: {{ tuple "mdns" "public" . | include "helm-toolkit.endpoints.endpoint_host_lookup" }}
- port: {{ tuple "mdns" "public" "ipc" . | include "helm-toolkit.endpoints.endpoint_port_lookup" }}
+ - host: minidns
+ port: 5354
# PowerDNS Configuration options
options:
host: 165.231.78.211