fix(collabora-online): change perms to remove some errors (#1792)

* fix(collabora-online): change perms to remove some errors

* if i could spell..

* remove privileged
This commit is contained in:
Stavros Kois
2022-01-26 01:01:28 +02:00
committed by GitHub
parent e6f1f5159f
commit 53f9cb5de1
2 changed files with 3 additions and 4 deletions
@@ -287,7 +287,7 @@ questions:
label: "runAsNonRoot"
schema:
type: boolean
default: false
default: true
# Include{securityContextAdvanced}
- variable: podSecurityContext
@@ -308,7 +308,7 @@ questions:
description: The groupID this App of the user running the application"
schema:
type: int
default: 0
default: 106
- variable: fsGroup
label: "fsGroup"
description: "The group that should own ALL storage."
+1 -2
View File
@@ -6,11 +6,10 @@ image:
securityContext:
readOnlyRootFilesystem: false
allowPrivilegeEscalation: true
runAsNonRoot: false
podSecurityContext:
runAsUser: 104
runAsGroup: 0
runAsGroup: 106
service:
main: