Skip to content

Commit 30ff1f7

Browse files
Update security context group and fsGroup values
1 parent 662f640 commit 30ff1f7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

kubernetes/apps/media/radarr/app/helmrelease.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,8 +78,8 @@ spec:
7878
securityContext:
7979
runAsNonRoot: true
8080
runAsUser: 568
81-
runAsGroup: 568
82-
fsGroup: 568
81+
runAsGroup: 1003
82+
fsGroup: 1003
8383
fsGroupChangePolicy: OnRootMismatch
8484
supplementalGroups: [10000]
8585
seccompProfile: { type: RuntimeDefault }

0 commit comments

Comments
 (0)