fix(darktable): Make root fs readable (#1822)

This commit is contained in:
Stavros Kois
2022-01-31 22:13:23 +01:00
committed by GitHub
parent 03c9014f5e
commit ce872982ed
3 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
apiVersion: v2 apiVersion: v2
kubeVersion: ">=1.16.0-0" kubeVersion: ">=1.16.0-0"
name: darktable name: darktable
version: 0.0.17 version: 1.0.0
appVersion: "3.6.1" appVersion: "3.6.1"
description: Darktable is an open source photography workflow application and raw developer. description: Darktable is an open source photography workflow application and raw developer.
type: application type: application
+1 -1
View File
@@ -273,7 +273,7 @@ questions:
label: "ReadOnly Root Filesystem" label: "ReadOnly Root Filesystem"
schema: schema:
type: boolean type: boolean
default: true default: false
- variable: allowPrivilegeEscalation - variable: allowPrivilegeEscalation
label: "Allow Privilege Escalation" label: "Allow Privilege Escalation"
schema: schema:
+1
View File
@@ -5,6 +5,7 @@ image:
securityContext: securityContext:
runAsNonRoot: false runAsNonRoot: false
readOnlyRootFilesystem: false
podSecurityContext: podSecurityContext:
runAsUser: 0 runAsUser: 0