Skip to content

Commit

Permalink
style: chnage userid to variable for sonarr
Browse files Browse the repository at this point in the history
  • Loading branch information
axeII committed Dec 14, 2023
1 parent 67431ba commit ae68283
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions kubernetes/apps/media/sonarr/app/helmrelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,9 +67,9 @@ spec:
- *host-release
- *host-custom
podSecurityContext:
runAsUser: 65534
runAsGroup: 65534
fsGroup: 65534
runAsUser: ${USER_ID}
runAsGroup: ${USER_ID}
fsGroup: ${USER_ID}
fsGroupChangePolicy: OnRootMismatch
persistence:
config:
Expand Down

0 comments on commit ae68283

Please sign in to comment.