From 1bea8042d35df85af4b4a8056341d0edf33c7461 Mon Sep 17 00:00:00 2001 From: Kjeld Schouten-Lebbing Date: Tue, 30 Aug 2022 12:27:10 +0200 Subject: [PATCH] Update questions.yaml Signed-off-by: Kjeld Schouten-Lebbing --- charts/incubator/recyclarr/questions.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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."