From 59bdb65dd5935bd745f27320fd68b65d7e75502e Mon Sep 17 00:00:00 2001 From: Conan Scott Date: Sun, 18 Jan 2026 04:58:51 +0000 Subject: [PATCH] remove securityContext to allow s6 init to run as root --- manifests/deployment.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/manifests/deployment.yml b/manifests/deployment.yml index 26ff604..51d1832 100644 --- a/manifests/deployment.yml +++ b/manifests/deployment.yml @@ -22,10 +22,7 @@ spec: app: calibre spec: serviceAccountName: calibre-sa - securityContext: - runAsUser: 1000 - runAsGroup: 1000 - fsGroup: 1000 + securityContext: {} containers: - name: calibre image: docker.io/linuxserver/calibre-web:latest