diff --git a/templates/app/questions.yaml b/templates/app/questions.yaml index 37bde4d05ac..5006eff5697 100644 --- a/templates/app/questions.yaml +++ b/templates/app/questions.yaml @@ -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}