From 744149227bb879d489fe45bb637093a4a6713730 Mon Sep 17 00:00:00 2001 From: JJGadgets Date: Fri, 24 Feb 2023 19:56:44 +0800 Subject: [PATCH] fix(sandstorm): mount perms Signed-off-by: JJGadgets --- kube/3-deploy/2-apps/insurgency-sandstorm/2-install.yaml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/kube/3-deploy/2-apps/insurgency-sandstorm/2-install.yaml b/kube/3-deploy/2-apps/insurgency-sandstorm/2-install.yaml index 047107be..0c78f253 100644 --- a/kube/3-deploy/2-apps/insurgency-sandstorm/2-install.yaml +++ b/kube/3-deploy/2-apps/insurgency-sandstorm/2-install.yaml @@ -77,10 +77,8 @@ spec: - name: savegames mountPath: /home/steam/steamcmd/sandstorm/Insurgency/Saved/SaveGames podSecurityContext: - runAsUser: 1000 - runAsGroup: 1000 - fsGroup: 1000 - fsGroupChangePolicy: OnRootMismatch + runAsUser: 0 + runAsGroup: 0 persistence: mods: enabled: true