mirror of
https://github.com/outbackdingo/Biohazard.git
synced 2026-01-27 10:18:27 +00:00
fix(sandstorm): missing ConfigMapGenerator namespace
Signed-off-by: JJGadgets <git@jjgadgets.tech>
This commit is contained in:
@@ -7,15 +7,19 @@ resources:
|
||||
- 2-install.yaml
|
||||
configMapGenerator:
|
||||
- name: insurgency-sandstorm-gameini
|
||||
namespace: sandstorm
|
||||
files:
|
||||
- ./config/Game.ini
|
||||
- name: insurgency-sandstorm-engineini
|
||||
namespace: sandstorm
|
||||
files:
|
||||
- ./config/Engine.ini
|
||||
- name: insurgency-sandstorm-mapcycletxt
|
||||
namespace: sandstorm
|
||||
files:
|
||||
- ./config/MapCycle.txt
|
||||
- name: insurgency-sandstorm-modstxt
|
||||
namespace: sandstorm
|
||||
files:
|
||||
- ./config/Mods.txt
|
||||
generatorOptions:
|
||||
|
||||
Reference in New Issue
Block a user