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,11 +9,6 @@ image:
|
||||
pullPolicy: IfNotPresent
|
||||
tag: 5.4.6
|
||||
|
||||
# 5=tty 20=dialout 24=cdrom
|
||||
podSecurityContext:
|
||||
runAsNonRoot: true
|
||||
supplementalGroups: [5, 20, 24]
|
||||
|
||||
probes:
|
||||
liveness:
|
||||
enabled: true
|
||||
|
||||
@@ -750,6 +750,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