From 59d37de1a512d2206c85b8c4135584d74c03bb9a Mon Sep 17 00:00:00 2001 From: Alex Lebens Date: Mon, 23 Mar 2026 19:55:26 -0500 Subject: [PATCH] feat: change fsGroup context --- clusters/cl01tl/helm/audiobookshelf/values.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/clusters/cl01tl/helm/audiobookshelf/values.yaml b/clusters/cl01tl/helm/audiobookshelf/values.yaml index de2e313a1..853e32b53 100644 --- a/clusters/cl01tl/helm/audiobookshelf/values.yaml +++ b/clusters/cl01tl/helm/audiobookshelf/values.yaml @@ -4,6 +4,10 @@ audiobookshelf: type: deployment replicas: 1 strategy: Recreate + pod: + securityContext: + fsGroup: 1000 + fsGroupChangePolicy: OnRootMismatch containers: main: image: