From cc64b89fcac359c8443e304b3acca2ccd2d0ebc8 Mon Sep 17 00:00:00 2001 From: Sukarn <10946339+sukarn-m@users.noreply.github.com> Date: Sat, 15 Jan 2022 02:24:55 +0530 Subject: [PATCH] Update questions.yaml (#1716) --- templates/app/questions.yaml | 22 ++-------------------- 1 file changed, 2 insertions(+), 20 deletions(-) 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}