Update questions.yaml

Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
This commit is contained in:
Kjeld Schouten
2023-11-08 12:10:57 +01:00
committed by GitHub
parent 28328a16c4
commit 5d006b1c6c
+3 -3
View File
@@ -66,13 +66,13 @@ questions:
description: "The UserID of the user running the application"
schema:
type: int
default: 568
default: 0
- variable: runAsGroup
label: "runAsGroup"
description: "The groupID of the user running the application"
schema:
type: int
default: 568
default: 0
# Include{securityContextContainer}
# Include{securityContextAdvanced}
# Include{securityContextPod}
@@ -81,7 +81,7 @@ questions:
description: "The group that should own ALL storage."
schema:
type: int
default: 568
default: 0
# Include{resources}
# Include{advanced}