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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user