Skip to content

Commit

Permalink
add render group 105 to plex supplementalGroups
Browse files Browse the repository at this point in the history
the group 109 doesn't show up in the container, but it does show 105 next to the /dev/dri device, which is the render group from the host os, debian.
  • Loading branch information
jgilfoil committed Feb 27, 2024
1 parent 72b2880 commit c203671
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kubernetes/apps/media/plex/app/helmrelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ spec:
runAsNonRoot: true
fsGroup: 568
fsGroupChangePolicy: OnRootMismatch
supplementalGroups: [44, 100]
supplementalGroups: [44, 105, 100]
service:
main:
type: LoadBalancer
Expand Down

0 comments on commit c203671

Please sign in to comment.