fix(uptime-kuma): apply same user to questions.yaml as in values.yaml (#1229)

This commit is contained in:
Stavros Kois 2021-10-25 21:53:06 +03:00 committed by GitHub
parent 2af2855425
commit 5f6fe1f05c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -405,7 +405,7 @@ questions:
label: "runAsNonRoot"
schema:
type: boolean
default: true
default: false
- variable: podSecurityContext
group: "Security and Permissions"
@ -418,13 +418,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."