fix(darktable): Make root fs readable (#1822)
This commit is contained in:
parent
03c9014f5e
commit
ce872982ed
|
@ -1,7 +1,7 @@
|
|||
apiVersion: v2
|
||||
kubeVersion: ">=1.16.0-0"
|
||||
name: darktable
|
||||
version: 0.0.17
|
||||
version: 1.0.0
|
||||
appVersion: "3.6.1"
|
||||
description: Darktable is an open source photography workflow application and raw developer.
|
||||
type: application
|
||||
|
|
|
@ -273,7 +273,7 @@ questions:
|
|||
label: "ReadOnly Root Filesystem"
|
||||
schema:
|
||||
type: boolean
|
||||
default: true
|
||||
default: false
|
||||
- variable: allowPrivilegeEscalation
|
||||
label: "Allow Privilege Escalation"
|
||||
schema:
|
||||
|
|
|
@ -5,6 +5,7 @@ image:
|
|||
|
||||
securityContext:
|
||||
runAsNonRoot: false
|
||||
readOnlyRootFilesystem: false
|
||||
|
||||
podSecurityContext:
|
||||
runAsUser: 0
|
||||
|
|
Loading…
Reference in New Issue