Fix GID of Jellyseerr

Run media containers with umask
This commit is contained in:
Pim Kunis 2025-01-06 12:58:02 +01:00
parent abb7a131bc
commit 9ae4ff3ca3
6 changed files with 17 additions and 9 deletions

View file

@ -142,8 +142,7 @@
securityContext = {
fsGroup = 51;
# FIXME
fsGroupChangePolicy = "Always";
fsGroupChangePolicy = "OnRootMismatch";
};
};
};
@ -193,7 +192,7 @@
securityContext = {
# TODO: don't hardcode this
fsGroup = 409;
fsGroup = 51;
fsGroupChangePolicy = "OnRootMismatch";
};
};