Skip to content

Commit 70a736f

Browse files
committed
admin: update create_kubeconfig description
1 parent 6709805 commit 70a736f

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
@@ -52,7 +52,7 @@ def init():
5252
help="Duration of the token in seconds (default: 48 hours)",
5353
)
5454
def create_kubeconfigs(kubeconfig_dir, token_duration):
55-
"""Create kubeconfig files for all ServiceAccounts in warnet team namespaces starting with <prefix>."""
55+
"""Create kubeconfig files for ServiceAccounts"""
5656
kubeconfig_dir = os.path.expanduser(kubeconfig_dir)
5757

5858
cluster_name = get_kubeconfig_value("{.clusters[0].name}")

0 commit comments

Comments
 (0)