|
@@ -600,6 +600,27 @@ questions:
|
|
|
label: "Add Capability"
|
|
|
schema:
|
|
|
type: string
|
|
|
+ - variable: enableRunAsUser
|
|
|
+ label: "Configure Container User and Group ID"
|
|
|
+ description: "Configure security context runAsUser and runAsGroup variables"
|
|
|
+ schema:
|
|
|
+ type: boolean
|
|
|
+ default: false
|
|
|
+ show_subquestions_if: true
|
|
|
+ subquestions:
|
|
|
+ - variable: runAsUser
|
|
|
+ label: "Run Container As User"
|
|
|
+ description: "Configure user id for container."
|
|
|
+ schema:
|
|
|
+ type: int
|
|
|
+ default: 568
|
|
|
+ - variable: runAsGroup
|
|
|
+ label: "Run Container As Group"
|
|
|
+ description: "Configure group id for container."
|
|
|
+ schema:
|
|
|
+ type: int
|
|
|
+ default: 568
|
|
|
+
|
|
|
|
|
|
- variable: enableResourceLimits
|
|
|
label: "Enable Pod resource limits"
|