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:
Kjeld Schouten-Lebbing
2021-08-24 12:53:31 +02:00
committed by GitHub
parent 50c9ad07c9
commit 216b27a1f9
60 changed files with 561 additions and 24 deletions
@@ -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: