disable readonlyrootfs on calibre (#1139)

This commit is contained in:
Stavros Kois
2021-10-15 00:42:07 +03:00
committed by GitHub
parent eab05437f7
commit ca97e05238
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -491,7 +491,7 @@ questions:
label: "ReadOnly Root Filesystem"
schema:
type: boolean
default: true
default: false
- variable: allowPrivilegeEscalation
label: "Allow Privilege Escalation"
schema:
+1
View File
@@ -17,6 +17,7 @@ image:
pullPolicy: IfNotPresent
securityContext:
readOnlyRootFilesystem: false
runAsNonRoot: false
podSecurityContext: