diff --git a/charts/incubator/recyclarr/questions.yaml b/charts/incubator/recyclarr/questions.yaml index aa7611d4787..c4b07022026 100644 --- a/charts/incubator/recyclarr/questions.yaml +++ b/charts/incubator/recyclarr/questions.yaml @@ -60,7 +60,7 @@ questions: label: "runAsNonRoot" schema: type: boolean - default: false + default: true # Include{securityContextAdvanced} # Include{podSecurityContextRoot} - variable: runAsUser @@ -68,13 +68,13 @@ questions: description: "The UserID of the user running the application" schema: type: int - default: 0 + default: 568 - variable: runAsGroup label: "runAsGroup" description: The groupID this App of the user running the application" schema: type: int - default: 0 + default: 568 - variable: fsGroup label: "fsGroup" description: "The group that should own ALL storage."