mirror of
https://github.com/auricom/home-cluster.git
synced 2025-09-17 18:24:14 +02:00
fix: pgadmin UID
This commit is contained in:
@@ -32,14 +32,12 @@ spec:
|
|||||||
pgadmin:
|
pgadmin:
|
||||||
annotations:
|
annotations:
|
||||||
reloader.stakater.com/auto: "true"
|
reloader.stakater.com/auto: "true"
|
||||||
initContainers:
|
pod:
|
||||||
volume-permissions:
|
securityContext:
|
||||||
image:
|
runAsUser: 5050 # ${APP_UID}
|
||||||
repository: dpage/pgadmin4
|
runAsGroup: 5050 # ${APP_GID}
|
||||||
tag: 8.6@sha256:701f221dfc5da1fb3d4095ad4264ebb00ef4f7ecc6573007a49a59740019703d
|
fsGroup: 5050 # ${APP_GID}
|
||||||
command: [/bin/chown, -R, 5050:5050, /var/lib/pgadmin]
|
fsGroupChangePolicy: OnRootMismatch
|
||||||
securityContext:
|
|
||||||
runAsUser: 0
|
|
||||||
containers:
|
containers:
|
||||||
app:
|
app:
|
||||||
image:
|
image:
|
||||||
|
@@ -27,3 +27,5 @@ spec:
|
|||||||
substitute:
|
substitute:
|
||||||
APP: *app
|
APP: *app
|
||||||
VOLSYNC_CAPACITY: 2Gi
|
VOLSYNC_CAPACITY: 2Gi
|
||||||
|
VOLSYNC_UID: "5050"
|
||||||
|
VOLSYNC_GID: "5050"
|
||||||
|
Reference in New Issue
Block a user