Run Airsonic as root (#592)

* Run airsonic as root

* remove podSecContext

* default to blank persistenceList default also

* Also require it
This commit is contained in:
Stavros Kois
2021-06-26 08:39:50 +03:00
committed by GitHub
parent bdd20a0964
commit a21abe3333
2 changed files with 3 additions and 24 deletions

View File

@@ -19,4 +19,4 @@ sources:
- https://github.com/airsonic/airsonic
- https://github.com/linuxserver/docker-airsonic
- https://github.com/k8s-at-home/charts/tree/master/charts/airsonic
version: 1.1.5
version: 1.1.6

View File

@@ -450,7 +450,8 @@ questions:
description: "Path inside the container the storage is mounted"
schema:
type: string
default: "/config"
required: true
default: ""
- variable: medium
label: "EmptyDir Medium"
schema:
@@ -495,28 +496,6 @@ questions:
type: boolean
default: false
- variable: podSecurityContext
group: "Security and Permissions"
label: "Pod Security Context"
schema:
type: dict
attrs:
- variable: runAsGroup
label: "runAsGroup"
description: The groupID this App of the user running the application"
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: resources
group: "Resources and Devices"
label: ""