remove readonlyrootfs on photoprism (#1119)

This commit is contained in:
Stavros Kois
2021-10-11 21:31:55 +03:00
committed by GitHub
parent 311c4c832c
commit 3948e54f71
2 changed files with 4 additions and 1 deletions
@@ -384,7 +384,7 @@ questions:
label: "ReadOnly Root Filesystem"
schema:
type: boolean
default: true
default: false
- variable: allowPrivilegeEscalation
label: "Allow Privilege Escalation"
schema:
+3
View File
@@ -13,6 +13,9 @@ image:
# -- image pull policy
pullPolicy: IfNotPresent
securityContext:
readOnlyRootFilesystem: false
# -- environment variables. See [image docs](https://docs.photoprism.org/getting-started/config-options/) for more details.
# @default -- See below
env: