From 5d006b1c6c63fb55c01e2e2d7fb212ab5213520a Mon Sep 17 00:00:00 2001 From: Kjeld Schouten Date: Wed, 8 Nov 2023 12:10:57 +0100 Subject: [PATCH] Update questions.yaml Signed-off-by: Kjeld Schouten --- charts/stable/jackett/questions.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/charts/stable/jackett/questions.yaml b/charts/stable/jackett/questions.yaml index d771acbc551..780fc3ac4d6 100644 --- a/charts/stable/jackett/questions.yaml +++ b/charts/stable/jackett/questions.yaml @@ -66,13 +66,13 @@ questions: description: "The UserID of the user running the application" schema: type: int - default: 568 + default: 0 - variable: runAsGroup label: "runAsGroup" description: "The groupID of the user running the application" schema: type: int - default: 568 + default: 0 # Include{securityContextContainer} # Include{securityContextAdvanced} # Include{securityContextPod} @@ -81,7 +81,7 @@ questions: description: "The group that should own ALL storage." schema: type: int - default: 568 + default: 0 # Include{resources} # Include{advanced}