Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
tuxpeople committed Jul 6, 2024
1 parent 806f149 commit 514ebc4
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions kubernetes/apps/media/readarr/app/helmrelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,14 @@ spec:
fsGroupChangePolicy: OnRootMismatch
supplementalGroups:
- 65539
initContainers:
update-volume-permission:
image:
repository: busybox
tag: 1.36.1
command: [sh, -c, chown -R 1026:100 /config]
securityContext:
runAsUser: 0
# defaultPodOptions:
# securityContext:
# runAsNonRoot: true
Expand Down

0 comments on commit 514ebc4

Please sign in to comment.