From 23901a57a987ece29bec7834f83dd652989def97 Mon Sep 17 00:00:00 2001 From: Andrei Kvapil Date: Tue, 5 Aug 2025 00:00:01 +0200 Subject: [PATCH] rename tennatnamespaces Signed-off-by: Andrei Kvapil Signed-off-by: kklinch0 --- packages/system/dashboard-config/templates/namespaces.yaml | 2 +- packages/system/dashboard-config/templates/navigaton.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/system/dashboard-config/templates/namespaces.yaml b/packages/system/dashboard-config/templates/namespaces.yaml index 678a8546..ca06de97 100644 --- a/packages/system/dashboard-config/templates/namespaces.yaml +++ b/packages/system/dashboard-config/templates/namespaces.yaml @@ -4,7 +4,7 @@ kind: TableUriMapping metadata: name: namespaces spec: - id: "default-/apps.cozystack.io/v1alpha1/tenantnamespaces" + id: "default-/core.cozystack.io/v1alpha1/tenantnamespaces" pathToNavigate: "/openapi-ui/{clusterName}/~recordValue~/factory/marketplace" keysToParse: - metadata diff --git a/packages/system/dashboard-config/templates/navigaton.yaml b/packages/system/dashboard-config/templates/navigaton.yaml index d0774d1a..17212b81 100644 --- a/packages/system/dashboard-config/templates/navigaton.yaml +++ b/packages/system/dashboard-config/templates/navigaton.yaml @@ -5,4 +5,4 @@ metadata: spec: namespaces: change: /openapi-ui/{selectedCluster}/{value}/factory/marketplace - clear: /openapi-ui/{selectedCluster}/api-table/apps.cozystack.io/v1alpha1/tenantnamespaces + clear: /openapi-ui/{selectedCluster}/api-table/core.cozystack.io/v1alpha1/tenantnamespaces