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

View File

@@ -124,20 +124,20 @@ questions:
label: runAsNonRoot
schema:
type: boolean
default: false
default: true
# Include{podSecurityContextRoot}
- variable: runAsUser
label: runAsUser
description: The UserID of the user running the application
schema:
type: int
default: 0
default: 1000
- variable: runAsGroup
label: runAsGroup
description: The groupID this App of the user running the application
schema:
type: int
default: 0
default: 1000
- variable: fsGroup
label: fsGroup
description: The group that should own ALL storage.