From f2a3cd6d8ea186d88020b56f64c8f4e7ca6c7e0b Mon Sep 17 00:00:00 2001 From: Ian Boden Date: Fri, 8 May 2026 14:45:57 +0100 Subject: [PATCH] change aiservice namespace --- src/mas/devops/pre_install.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mas/devops/pre_install.py b/src/mas/devops/pre_install.py index f0b65c16..e0ce6b1f 100644 --- a/src/mas/devops/pre_install.py +++ b/src/mas/devops/pre_install.py @@ -180,7 +180,7 @@ def _get_preinstall_mas_rbac_namespaces(masInstanceId: str, permissionMode: str, namespaces = {f"mas-{masInstanceId}-core"} appNamespaces = { - "aiservice": f"mas-{masInstanceId}-aiservice", + "aiservice": f"aiservice-{masInstanceId}", "arcgis": f"mas-{masInstanceId}-arcgis", "facilities": f"mas-{masInstanceId}-facilities", "iot": f"mas-{masInstanceId}-iot",