runAsUser missing on several apps (#605)

* mealie and theloung only runAsRoot

* Add missing runAsUser and runAsNonRoot

* Remove podSecurityContext on  and

* Enable 568 user in values.yaml
This commit is contained in:
Stavros Kois
2021-06-29 09:22:25 +02:00
committed by GitHub
parent e5ea17edcd
commit 99db970163
13 changed files with 53 additions and 49 deletions
@@ -502,6 +502,17 @@ questions:
schema:
type: dict
attrs:
- variable: runAsNonRoot
label: "runAsNonRoot"
schema:
type: boolean
default: true
- variable: runAsUser
label: "runAsUser"
description: "The UserID of the user running the application"
schema:
type: int
default: 568
- variable: runAsGroup
label: "runAsGroup"
description: The groupID this App of the user running the application"