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}