diff --git a/charts/incubator/scrypted/questions.yaml b/charts/incubator/scrypted/questions.yaml index 7b6a146e0ab..b6b524486a8 100644 --- a/charts/incubator/scrypted/questions.yaml +++ b/charts/incubator/scrypted/questions.yaml @@ -118,20 +118,20 @@ questions: label: runAsNonRoot schema: type: boolean - default: true + default: false # Include{podSecurityContextRoot} - variable: runAsUser label: runAsUser description: The UserID of the user running the application schema: type: int - default: 568 + default: 0 - variable: runAsGroup label: runAsGroup description: The groupID this App of the user running the application schema: type: int - default: 568 + default: 0 - variable: fsGroup label: fsGroup description: The group that should own ALL storage. diff --git a/charts/incubator/scrypted/values.yaml b/charts/incubator/scrypted/values.yaml index 4d64d591675..783941373a0 100644 --- a/charts/incubator/scrypted/values.yaml +++ b/charts/incubator/scrypted/values.yaml @@ -17,6 +17,11 @@ imageSelector: image securityContext: readOnlyRootFilesystem: false + runAsNonRoot: false + +podSecurityContext: + runAsUser: 0 + runAsGroup: 0 service: main: