(feat) Dynamically set PGID, GID and GROUP_ID (#1091)
* base PGID on fsGroup * also remove PGID from questions.yaml * remove mistake * small fix * fix first test * fix linting * always set PUID to 568 * use quotes for env vars (obviously)
This commit is contained in:
@@ -10,14 +10,11 @@ securityContext:
|
||||
|
||||
podSecurityContext:
|
||||
runAsUser: 0
|
||||
runAsGroup: 0
|
||||
runAsGroup: 20
|
||||
|
||||
env:
|
||||
TZ: UTC
|
||||
PUID: "568"
|
||||
# currently needed for working with /dev/ttyXYZ devices
|
||||
# see: https://github.com/linuxserver/docker-oscam/issues/21
|
||||
PGID: "20"
|
||||
PUID: 568
|
||||
|
||||
service:
|
||||
main:
|
||||
|
||||
Reference in New Issue
Block a user