Skip to content

Commit 8129a88

Browse files
authored
Merge pull request #95 from keithchong/6655-AddGitOpsNavigationTab
feat: Add GitOps Navigation Tab (#6655)
2 parents 55065e8 + a545c99 commit 8129a88

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

console-extensions.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -202,5 +202,14 @@
202202
"flags": {
203203
"required": ["ARGO_ROLLOUT", "GITOPS_ENABLE_TOPOLOGY"]
204204
}
205+
},
206+
{
207+
"type": "console.navigation/section",
208+
"properties": {
209+
"id": "gitops-navigation-section",
210+
"insertAfter": "workloads",
211+
"perspective": "admin",
212+
"name": "%plugin__gitops-plugin~GitOps%"
213+
}
205214
}
206215
]

0 commit comments

Comments
 (0)