Skip to content

Commit

Permalink
Merge pull request #61 from jgilfoil/feature/plex
Browse files Browse the repository at this point in the history
remove supplemental group for render that does not exist in the conta…
  • Loading branch information
jgilfoil authored Feb 27, 2024
2 parents 23c49f5 + 7de40f5 commit cc49dba
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, 109, 100]
supplementalGroups: [44, 100]
service:
main:
type: LoadBalancer
Expand Down

0 comments on commit cc49dba

Please sign in to comment.