fix(paperless-ng): app needs r/w access to rootfs (#1549)

* fix(paperless-ng): app needs r/w access to rootfs

* bump patch

* chore(tdarr): simplify hostPath GUI
This commit is contained in:
Stavros Kois
2021-12-17 14:55:06 +01:00
committed by GitHub
parent 758e45a30e
commit 9d19dd0d64
7 changed files with 86 additions and 71 deletions
+4
View File
@@ -5,6 +5,7 @@ image:
securityContext:
runAsNonRoot: false
readOnlyRootFilesystem: false
podSecurityContext:
runAsUser: 0
@@ -24,5 +25,8 @@ persistence:
config:
enabled: true
mountPath: "/config"
data:
enabled: true
mountPath: "/data"
varrun:
enabled: true