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 label: runAsNonRoot
schema: schema:
type: boolean type: boolean
default: true default: false
# Include{podSecurityContextRoot} # Include{podSecurityContextRoot}
- variable: runAsUser - variable: runAsUser
label: runAsUser label: runAsUser
description: The UserID of the user running the application description: The UserID of the user running the application
schema: schema:
type: int type: int
default: 568 default: 0
- variable: runAsGroup - variable: runAsGroup
label: runAsGroup label: runAsGroup
description: The groupID this App of the user running the application description: The groupID this App of the user running the application
schema: schema:
type: int type: int
default: 568 default: 0
- variable: fsGroup - variable: fsGroup
label: fsGroup label: fsGroup
description: The group that should own ALL storage. description: The group that should own ALL storage.
+5
View File
@@ -17,6 +17,11 @@ imageSelector: image
securityContext: securityContext:
readOnlyRootFilesystem: false readOnlyRootFilesystem: false
runAsNonRoot: false
podSecurityContext:
runAsUser: 0
runAsGroup: 0
service: service:
main: main: