From 67a0e3fce49f9899bd92f1fad3ed96ae1148b78e Mon Sep 17 00:00:00 2001 From: Christian Erhardt Date: Sun, 27 Oct 2024 15:38:39 +0100 Subject: [PATCH] fix: wrong customSettings.otherSettings exmaple in values.yaml (#319) 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.