Skip to content
This repository has been archived by the owner on Oct 24, 2023. It is now read-only.

Commit

Permalink
Revert "fix(media): Give paperless a pod security context"
Browse files Browse the repository at this point in the history
This reverts commit 80084c8.
  • Loading branch information
edmundmiller committed Apr 26, 2023
1 parent 82b5079 commit d48310c
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions kubernetes/apps/media/paperless/app/helmrelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -82,16 +82,9 @@ spec:
- host: &host "{{ .Release.Name }}.${SECRET_DOMAIN}"
paths:
- path: /
pathType: Prefix
tls:
- hosts:
- *host
podSecurityContext:
runAsUser: 568
runAsGroup: 568
fsGroup: 568
fsGroupChangePolicy: OnRootMismatch
supplementalGroups: [10000]
persistence:
library:
enabled: true
Expand Down

0 comments on commit d48310c

Please sign in to comment.