Add Supplementalgroups to supporting apps (#808)
* aims to fix some jellyfin issues * bump * add supplementalgroup option * Remove podSecurityContext from ix_values.yaml
This commit is contained in:
@@ -9,10 +9,6 @@ image:
|
||||
pullPolicy: IfNotPresent
|
||||
tag: v1.24.1.4931-1a38e63c6
|
||||
|
||||
# 44=video 107=render
|
||||
podSecurityContext:
|
||||
supplementalGroups: [44, 107]
|
||||
|
||||
##
|
||||
# Most other defaults are set in questions.yaml
|
||||
# For other options please refer to the wiki, default_values.yaml or the common library chart
|
||||
|
||||
@@ -647,6 +647,16 @@ questions:
|
||||
schema:
|
||||
type: int
|
||||
default: 568
|
||||
- variable: supplementalGroups
|
||||
label: "When should we take ownership?"
|
||||
schema:
|
||||
type: list
|
||||
default: []
|
||||
items:
|
||||
- variable: supplementalGroupsEntry
|
||||
label: "When should we take ownership?"
|
||||
schema:
|
||||
type: int
|
||||
- variable: fsGroupChangePolicy
|
||||
label: "When should we take ownership?"
|
||||
schema:
|
||||
|
||||
Reference in New Issue
Block a user