We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ded510 commit c9812fbCopy full SHA for c9812fb
src/warnet/constants.py
@@ -16,7 +16,7 @@
16
INGRESS_NAMESPACE = "ingress"
17
WARGAMES_NAMESPACE_PREFIX = "wargames-"
18
KUBE_INTERNAL_NAMESPACES = ["kube-node-lease", "kube-public", "kube-system", "kubernetes-dashboard"]
19
-HELM_COMMAND = "helm upgrade --install"
+HELM_COMMAND = "helm upgrade --install --create-namespace"
20
21
TANK_MISSION = "tank"
22
COMMANDER_MISSION = "commander"
0 commit comments