Update questions.yaml (#1716)

This commit is contained in:
Sukarn
2022-01-15 02:24:55 +05:30
committed by GitHub
parent 5cf2da69e6
commit cc64b89fca

View File

@@ -288,6 +288,7 @@ questions:
schema:
type: boolean
default: true
# Include{securityContextAdvanced}
- variable: podSecurityContext
group: "Security and Permissions"
@@ -313,26 +314,7 @@ questions:
schema:
type: int
default: 568
- variable: supplementalGroups
label: "supplemental Groups"
schema:
type: list
default: []
items:
- variable: supplementalGroupsEntry
label: "supplemental Group"
schema:
type: int
- variable: fsGroupChangePolicy
label: "When should we take ownership?"
schema:
type: string
default: "OnRootMismatch"
enum:
- value: "OnRootMismatch"
description: "OnRootMismatch"
- value: "Always"
description: "Always"
# Include{podSecurityContextAdvanced}
# Include{resources}