From a545c992c44121d383c4a164ca8fa074751e10d4 Mon Sep 17 00:00:00 2001 From: Keith Chong Date: Tue, 5 Aug 2025 16:03:24 -0400 Subject: [PATCH] feat: Add GitOps Navigation Tab (#6655) Signed-off-by: Keith Chong --- console-extensions.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/console-extensions.json b/console-extensions.json index 6a1dbeac..acc79cb3 100644 --- a/console-extensions.json +++ b/console-extensions.json @@ -202,5 +202,14 @@ "flags": { "required": ["ARGO_ROLLOUT", "GITOPS_ENABLE_TOPOLOGY"] } + }, + { + "type": "console.navigation/section", + "properties": { + "id": "gitops-navigation-section", + "insertAfter": "workloads", + "perspective": "admin", + "name": "%plugin__gitops-plugin~GitOps%" + } } ]