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