From 3f96a4791e5e154c2599fd6567e97d5a1a2c44cd Mon Sep 17 00:00:00 2001 From: kjeld Schouten-Lebbing Date: Mon, 30 Aug 2021 23:05:31 +0200 Subject: [PATCH] Remove Stash podSecurityContext from questions.yaml --- charts/stable/stash/Chart.yaml | 2 +- charts/stable/stash/SCALE/questions.yaml | 49 ------------------------ 2 files changed, 1 insertion(+), 50 deletions(-) diff --git a/charts/stable/stash/Chart.yaml b/charts/stable/stash/Chart.yaml index e9a792a6e49..488357e6cdd 100644 --- a/charts/stable/stash/Chart.yaml +++ b/charts/stable/stash/Chart.yaml @@ -18,4 +18,4 @@ name: stash sources: - https://github.com/stashapp/stash - https://hub.docker.com/r/stashapp/stash -version: 1.9.1 +version: 1.9.2 diff --git a/charts/stable/stash/SCALE/questions.yaml b/charts/stable/stash/SCALE/questions.yaml index 6e57bcac6c4..e7db2420d25 100644 --- a/charts/stable/stash/SCALE/questions.yaml +++ b/charts/stable/stash/SCALE/questions.yaml @@ -981,55 +981,6 @@ questions: type: boolean default: true - - variable: podSecurityContext - group: "Security and Permissions" - label: "Pod Security Context" - schema: - type: dict - attrs: - - variable: runAsNonRoot - label: "runAsNonRoot" - schema: - type: boolean - default: true - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 568 - - variable: runAsGroup - label: "runAsGroup" - description: The groupID this App of the user running the application" - schema: - type: int - default: 568 - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - 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" - variable: resources group: "Resources and Devices" label: ""