diff --git a/kube/deploy/apps/thelounge/ks.yaml b/kube/deploy/apps/thelounge/ks.yaml index 93177a97..b95eddd2 100644 --- a/kube/deploy/apps/thelounge/ks.yaml +++ b/kube/deploy/apps/thelounge/ks.yaml @@ -26,6 +26,7 @@ spec: SIZE: "10Gi" SC: "file" ACCESSMODE: "ReadWriteMany" - RUID: &uid !!str "${APP_UID_THELOUNGE}" + RUID: &uid !!str |- + ${APP_UID_THELOUNGE} RGID: *uid RFSG: *uid