From c7eecdf622c49006863a330aecfcac444941c117 Mon Sep 17 00:00:00 2001 From: DUO Labs Date: Tue, 11 Jan 2022 14:13:29 -0500 Subject: [PATCH] Add WHOOGLE_ALT_IMG and WHOOGLE_ALT_WIKI to values.yaml --- charts/whoogle/values.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/charts/whoogle/values.yaml b/charts/whoogle/values.yaml index 05e45bd..68ae256 100644 --- a/charts/whoogle/values.yaml +++ b/charts/whoogle/values.yaml @@ -39,6 +39,8 @@ conf: {} # WHOOGLE_ALT_RD: "" # The reddit.com alternative to use when site alternatives are enabled in the config. # WHOOGLE_ALT_TL: "" # The Google Translate alternative to use. This is used for all "translate ____" searches. # WHOOGLE_ALT_MD: "" # The medium.com alternative to use when site alternatives are enabled in the config. + # WHOOGLE_ALT_IMG: "" # The imgur.com alternative to use when site alternatives are enabled in the config. + # WHOOGLE_ALT_WIKI: "" # The wikipedia.com alternative to use when site alternatives are enabled in the config. # WHOOGLE_AUTOCOMPLETE: "" # Controls visibility of autocomplete/search suggestions. Default on -- use '0' to disable # WHOOGLE_MINIMAL: "" # Remove everything except basic result cards from all search queries.