Skip to content

Commit 809eb5c

Browse files
committed
admin: spelling nit
1 parent 70a736f commit 809eb5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/warnet/admin.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ def create_kubeconfigs(kubeconfig_dir, token_duration):
6262
os.makedirs(kubeconfig_dir, exist_ok=True)
6363

6464
# 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,
65+
# This assumes when deploying multiple namespaces for the purpose of team games, all namespaces start with a prefix,
6666
# e.g., tabconf-wargames-*. Currently, this is a bit brittle, but we can improve on this in the future
6767
# by automatically applying a TEAM_PREFIX when creating the get_warnet_namespaces
6868
# TODO: choose a prefix convention and have it managed by the helm charts instead of requiring the

0 commit comments

Comments
 (0)