From 6bbc0f4b6ccaaac41a79d833be2ebfd34de5389b Mon Sep 17 00:00:00 2001 From: JJGadgets Date: Fri, 31 Oct 2025 22:31:25 +0800 Subject: [PATCH] fix(cryptpad): rm imageVolume due to userns/idmap not supported --- kube/deploy/apps/cryptpad/app/hr.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kube/deploy/apps/cryptpad/app/hr.yaml b/kube/deploy/apps/cryptpad/app/hr.yaml index 15107c51..a977a250 100644 --- a/kube/deploy/apps/cryptpad/app/hr.yaml +++ b/kube/deploy/apps/cryptpad/app/hr.yaml @@ -70,7 +70,7 @@ spec: cd sso git fetch --depth 1 origin $(SSO_VERSION) git checkout FETCH_HEAD - # securityContext: *sc + securityContext: *sc 99-npm-build: image: *img env: *env