From 93e673bc1db05bc122fb0b108edc37f2d5265171 Mon Sep 17 00:00:00 2001 From: Alex Lebens Date: Fri, 3 Apr 2026 18:30:00 -0500 Subject: [PATCH] feat: add fsGroup --- clusters/cl01tl/helm/jellyfin/values.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/clusters/cl01tl/helm/jellyfin/values.yaml b/clusters/cl01tl/helm/jellyfin/values.yaml index 5619b36b7..fae05db22 100644 --- a/clusters/cl01tl/helm/jellyfin/values.yaml +++ b/clusters/cl01tl/helm/jellyfin/values.yaml @@ -5,6 +5,9 @@ jellyfin: replicas: 1 strategy: Recreate pod: + securityContext: + fsGroup: 1000 + fsGroupChangePolicy: OnRootMismatch affinity: podAntiAffinity: requiredDuringSchedulingIgnoredDuringExecution: