mirror of
https://git.sr.ht/~goorzhel/turboprop
synced 2024-12-14 11:37:37 +00:00
Set fsGroup on SOTA bot
Its image has the UID 1900 baked into it, and without the fsGroup the SOTA bot fails to init the cache.
This commit is contained in:
parent
3203218d3d
commit
64a723834b
1 changed files with 1 additions and 0 deletions
|
@ -6,6 +6,7 @@
|
|||
extraValues = {
|
||||
controllers.main = {
|
||||
type = "statefulset";
|
||||
securityContext.fsGroup = 1900;
|
||||
statefulset.volumeClaimTemplates = [
|
||||
{
|
||||
name = "cache";
|
||||
|
|
Loading…
Reference in a new issue