From 24958a8578bbb0845a608fc32b54c9348bab6b14 Mon Sep 17 00:00:00 2001 From: Stavros Kois <47820033+stavros-k@users.noreply.github.com> Date: Sat, 2 Oct 2021 13:45:24 +0300 Subject: [PATCH] Remove duplicate network from plex (#1081) --- charts/stable/plex/SCALE/questions.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/stable/plex/SCALE/questions.yaml b/charts/stable/plex/SCALE/questions.yaml index 3cd7e43eeb8..c64eee00eaf 100644 --- a/charts/stable/plex/SCALE/questions.yaml +++ b/charts/stable/plex/SCALE/questions.yaml @@ -90,7 +90,7 @@ questions: description: "Networks allowed to connect to plex. Add your local network IP to this list" schema: type: string - default: "172.16.0.0/12,10.0.0.0/8,172.16.0.0/12,192.168.0.0/16" + default: "172.16.0.0/12,10.0.0.0/8,192.168.0.0/16" - variable: PLEX_CLAIM label: "Plex Claim Token" description: "Claim token to use to register the plex server (Max. 4 minutes old!)"