We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4d11ce3 + 952bfff commit e992801Copy full SHA for e992801
src/warnet/users.py
@@ -41,6 +41,8 @@ def auth(auth_config):
41
if not is_first_config:
42
for category in ["clusters", "users", "contexts"]:
43
if category in auth_config:
44
+ if category in base_config and not base_config[category]:
45
+ base_config[category] = []
46
merge_entries(category, base_config, auth_config)
47
48
new_current_context = auth_config.get("current-context")
0 commit comments