fix(apps): sync securityContext from values to questions (#1323)
* fix(apps): sync securityContext from values to questions * sync oscam runAsGroup * sync whoogle runAsUser and runAsGroup * readwrite fs whoogle
This commit is contained in:
@@ -360,13 +360,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."
|
||||
|
||||
Reference in New Issue
Block a user