fix(sandstorm): stoopid capitalization

Signed-off-by: JJGadgets <git@jjgadgets.tech>
This commit is contained in:
JJGadgets
2023-02-24 16:50:57 +08:00
parent 9e4e052f61
commit d2cbf444ea

View File

@@ -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