fix(Firefly III): Change default permissions (#1170)

This commit is contained in:
Stavros Kois
2021-10-18 23:14:40 +03:00
committed by GitHub
parent 21a4a9fa85
commit d33dc097e9
2 changed files with 8 additions and 3 deletions
@@ -376,7 +376,7 @@ questions:
label: "runAsNonRoot"
schema:
type: boolean
default: true
default: false
- variable: podSecurityContext
group: "Security and Permissions"
@@ -389,13 +389,13 @@ questions:
description: "The UserID of the user running the application"
schema:
type: int
default: 568
default: 0
- variable: runAsGroup
label: "runAsGroup"
description: The groupID this App of the user running the application"
schema:
type: int
default: 568
default: 0
- variable: fsGroup
label: "fsGroup"
description: "The group that should own ALL storage."
+5
View File
@@ -7,6 +7,11 @@ image:
securityContext:
readOnlyRootFilesystem: false
runAsNonRoot: false
podSecurityContext:
runAsUser: 0
runAsGroup: 0
service:
main: