diff --git a/kubernetes/apps/qbittorrent/flood/app/helmrelease.yaml b/kubernetes/apps/qbittorrent/flood/app/helmrelease.yaml index 8b3becb3..46d96ff8 100644 --- a/kubernetes/apps/qbittorrent/flood/app/helmrelease.yaml +++ b/kubernetes/apps/qbittorrent/flood/app/helmrelease.yaml @@ -29,7 +29,7 @@ spec: values: defaultPodOptions: securityContext: - runAsUser: 1001 # 1001 is required for the flood container to run without errors. + runAsUser: 1000 # 1000:1001 is required for the flood container to run without errors. runAsGroup: 1001 fsGroup: 1001 fsGroupChangePolicy: OnRootMismatch