Fix octoprint permissions (#728)
This commit is contained in:
@@ -20,4 +20,4 @@ name: octoprint
|
|||||||
sources:
|
sources:
|
||||||
- https://github.com/OctoPrint/OctoPrint
|
- https://github.com/OctoPrint/OctoPrint
|
||||||
- https://hub.docker.com/r/octoprint/octoprint
|
- https://hub.docker.com/r/octoprint/octoprint
|
||||||
version: 1.2.0
|
version: 1.2.1
|
||||||
|
|||||||
@@ -608,45 +608,6 @@ questions:
|
|||||||
type: boolean
|
type: boolean
|
||||||
default: true
|
default: true
|
||||||
|
|
||||||
- variable: podSecurityContext
|
|
||||||
group: "Security and Permissions"
|
|
||||||
label: "Pod Security Context"
|
|
||||||
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"
|
|
||||||
schema:
|
|
||||||
type: int
|
|
||||||
default: 568
|
|
||||||
- variable: fsGroup
|
|
||||||
label: "fsGroup"
|
|
||||||
description: "The group that should own ALL storage."
|
|
||||||
schema:
|
|
||||||
type: int
|
|
||||||
default: 568
|
|
||||||
- variable: fsGroupChangePolicy
|
|
||||||
label: "When should we take ownership?"
|
|
||||||
schema:
|
|
||||||
type: string
|
|
||||||
default: "OnRootMismatch"
|
|
||||||
enum:
|
|
||||||
- value: "OnRootMismatch"
|
|
||||||
description: "OnRootMismatch"
|
|
||||||
- value: "Always"
|
|
||||||
description: "Always"
|
|
||||||
- variable: deviceList
|
- variable: deviceList
|
||||||
label: "Mount USB devices"
|
label: "Mount USB devices"
|
||||||
group: "Resources and Devices"
|
group: "Resources and Devices"
|
||||||
|
|||||||
Reference in New Issue
Block a user