1
0
Fork 0
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:
Antonio Gurgel 2023-11-26 12:03:48 -08:00
parent 3203218d3d
commit 64a723834b

View file

@ -6,6 +6,7 @@
extraValues = {
controllers.main = {
type = "statefulset";
securityContext.fsGroup = 1900;
statefulset.volumeClaimTemplates = [
{
name = "cache";