Skip to content

Commit 9662025

Browse files
committed
change default namespace to "default"
1 parent 4ffa93b commit 9662025

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/warnet/constants.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
tag for index, tag in enumerate(reversed(SUPPORTED_TAGS)) for _ in range(index + 1)
1212
]
1313

14-
DEFAULT_NAMESPACE = "warnet"
14+
DEFAULT_NAMESPACE = "default"
1515
LOGGING_NAMESPACE = "warnet-logging"
1616
INGRESS_NAMESPACE = "ingress"
1717
HELM_COMMAND = "helm upgrade --install --create-namespace"

0 commit comments

Comments
 (0)