Remove Stash podSecurityContext from questions.yaml
This commit is contained in:
@@ -18,4 +18,4 @@ name: stash
|
|||||||
sources:
|
sources:
|
||||||
- https://github.com/stashapp/stash
|
- https://github.com/stashapp/stash
|
||||||
- https://hub.docker.com/r/stashapp/stash
|
- https://hub.docker.com/r/stashapp/stash
|
||||||
version: 1.9.1
|
version: 1.9.2
|
||||||
|
|||||||
@@ -981,55 +981,6 @@ questions:
|
|||||||
type: boolean
|
type: boolean
|
||||||
default: true
|
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
|
- variable: resources
|
||||||
group: "Resources and Devices"
|
group: "Resources and Devices"
|
||||||
label: ""
|
label: ""
|
||||||
|
|||||||
Reference in New Issue
Block a user