From 2f96dc2b91fac20d2d982bf703eb7310f2eb0ea7 Mon Sep 17 00:00:00 2001 From: JJGadgets Date: Thu, 4 Jan 2024 08:08:02 +0800 Subject: [PATCH] fix(thelounge): value type --- kube/deploy/apps/thelounge/ks.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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