This commit is contained in:
xstar97
2023-02-18 16:10:21 -05:00
committed by Xstar97TheNoob
parent a939bc913d
commit 32734a539a
2 changed files with 8 additions and 3 deletions
+3 -3
View File
@@ -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.
+5
View File
@@ -17,6 +17,11 @@ imageSelector: image
securityContext:
readOnlyRootFilesystem: false
runAsNonRoot: false
podSecurityContext:
runAsUser: 0
runAsGroup: 0
service:
main: