From d2cbf444eae2a5bea1e5cca7b438f82cbb54a1ed Mon Sep 17 00:00:00 2001 From: JJGadgets Date: Fri, 24 Feb 2023 16:50:57 +0800 Subject: [PATCH] fix(sandstorm): stoopid capitalization Signed-off-by: JJGadgets --- .../2-apps/insurgency-sandstorm/2-install.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 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 9686c474..d1682152 100644 --- a/kube/3-deploy/2-apps/insurgency-sandstorm/2-install.yaml +++ b/kube/3-deploy/2-apps/insurgency-sandstorm/2-install.yaml @@ -73,42 +73,42 @@ spec: readOnly: false gameini: enabled: true - type: ConfigMap + type: configMap name: insurgency-sandstorm-gameini subPath: Game.ini mountPath: /home/steam/steamcmd/sandstorm/Insurgency/Saved/Config/LinuxServer/Game.ini readOnly: true engineini: enabled: true - type: ConfigMap + type: configMap name: insurgency-sandstorm-engineini subPath: Engine.ini mountPath: /home/steam/steamcmd/sandstorm/Insurgency/Saved/Config/LinuxServer/Engine.ini readOnly: true gameusersettingsini: enabled: true - type: Secret + type: secret name: insurgency-sandstorm-gameusersettingsini subPath: GameUserSettings.ini mountPath: /home/steam/steamcmd/sandstorm/Insurgency/Saved/Config/LinuxServer/GameUserSettings.ini readOnly: true adminstxt: enabled: true - type: Secret + type: secret name: insurgency-sandstorm-adminstxt subPath: Admins.txt mountPath: /home/steam/steamcmd/sandstorm/Insurgency/Config/Server/Admins.txt readOnly: true mapcycletxt: enabled: true - type: ConfigMap + type: configMap name: insurgency-sandstorm-mapcycletxt subPath: MapCycle.txt mountPath: /home/steam/steamcmd/sandstorm/Insurgency/Config/Server/MapCycle.txt readOnly: true modstxt: enabled: true - type: ConfigMap + type: configMap name: insurgency-sandstorm-modstxt subPath: Mods.txt mountPath: /home/steam/steamcmd/sandstorm/Insurgency/Config/Server/Mods.txt