Fix GID of Jellyseerr
Run media containers with umask
This commit is contained in:
parent
abb7a131bc
commit
9ae4ff3ca3
6 changed files with 17 additions and 9 deletions
|
@ -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";
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue