We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e563c70 commit 3da4faaCopy full SHA for 3da4faa
1 file changed
src/mas/devops/users.py
@@ -44,7 +44,7 @@ class MASUserUtils():
44
45
MAXADMIN = "MAXADMIN"
46
47
- def __init__(self, mas_instance_id: str, mas_workspace_id: str, k8s_client: client.api_client.ApiClient, mas_version: str = '9.1', coreapi_port: int = 443, admin_dashboard_port: int = 443, manage_api_port: int = 443):
+ def __init__(self, mas_instance_id: str, mas_workspace_id: str, k8s_client: client.api_client.ApiClient, mas_version: str = '9.0', coreapi_port: int = 443, admin_dashboard_port: int = 443, manage_api_port: int = 443):
48
"""
49
Initialize MASUserUtils for a specific MAS instance and workspace.
50
0 commit comments