Fix octoprint permissions (#728)

This commit is contained in:
Stavros Kois
2021-08-01 19:41:30 +02:00
committed by GitHub
parent 1fc275490e
commit fcb2844ed2
2 changed files with 1 additions and 40 deletions
+1 -1
View File
@@ -20,4 +20,4 @@ name: octoprint
sources:
- https://github.com/OctoPrint/OctoPrint
- https://hub.docker.com/r/octoprint/octoprint
version: 1.2.0
version: 1.2.1
@@ -608,45 +608,6 @@ questions:
type: boolean
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
label: "Mount USB devices"
group: "Resources and Devices"