Skip to content

Commit

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

0 comments on commit 806f149

Please sign in to comment.