Update questions.yaml

Signed-off-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
This commit is contained in:
Stavros Kois
2022-12-18 22:30:37 +02:00
committed by GitHub
parent c8e95e243e
commit 756aefce88
@@ -124,20 +124,20 @@ questions:
label: runAsNonRoot label: runAsNonRoot
schema: schema:
type: boolean type: boolean
default: false default: true
# 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: 0 default: 1000
- 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: 0 default: 1000
- variable: fsGroup - variable: fsGroup
label: fsGroup label: fsGroup
description: The group that should own ALL storage. description: The group that should own ALL storage.