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 caadab0 commit 82c7744Copy full SHA for 82c7744
src/warnet/admin.py
@@ -62,7 +62,7 @@ def create_kubeconfigs(kubeconfig_dir, token_duration):
62
os.makedirs(kubeconfig_dir, exist_ok=True)
63
64
# Get all namespaces that start with prefix
65
- # This assumes when deploying multiple namespacs for the purpose of team games, all namespaces start with a prefix,
+ # This assumes when deploying multiple namespaces for the purpose of team games, all namespaces start with a prefix,
66
# e.g., tabconf-wargames-*. Currently, this is a bit brittle, but we can improve on this in the future
67
# by automatically applying a TEAM_PREFIX when creating the get_warnet_namespaces
68
# TODO: choose a prefix convention and have it managed by the helm charts instead of requiring the
0 commit comments