From f8630478c7136fbf06682bb41b99ec9456884fc5 Mon Sep 17 00:00:00 2001 From: Christian Erhardt Date: Sun, 27 Oct 2024 15:20:12 +0100 Subject: [PATCH] Update values.yaml The documentation should be string not a list fixes #318 --- charts/pihole/values.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/pihole/values.yaml b/charts/pihole/values.yaml index 3ad221ed..2e5afd3e 100644 --- a/charts/pihole/values.yaml +++ b/charts/pihole/values.yaml @@ -355,8 +355,8 @@ dnsmasq: # -- Other options customSettings: - # otherSettings: - # - rebind-domain-ok=/plex.direct/ + # otherSettings: | + # rebind-domain-ok=/plex.direct/ # -- Here we specify custom cname entries that should point to `A` records or # elements in customDnsEntries array.