Skip to content

Commit 76f8539

Browse files
committed
docs(cost-management): align dynamic-plugin.md with verified deployment config
Update the ConfigMap example to exactly match the working configuration deployed on ocp-edge73: icon reference name costManagementIcon and dot-separated menuItems keys (cost-management.optimizations). Made-with: Cursor
1 parent fb30917 commit 76f8539

1 file changed

Lines changed: 9 additions & 9 deletions

File tree

workspaces/cost-management/docs/dynamic-plugin.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -40,30 +40,30 @@ The procedure involves the following steps:
4040
frontend:
4141
red-hat-developer-hub.plugin-cost-management:
4242
appIcons:
43-
- name: costManagementIconOutlined
43+
- name: costManagementIcon
4444
importName: CostManagementIconOutlined
4545
dynamicRoutes:
4646
- path: /cost-management/optimizations
4747
importName: ResourceOptimizationPage
4848
menuItem:
49-
icon: costManagementIconOutlined
49+
icon: costManagementIcon
5050
text: Optimizations
5151
- path: /cost-management/openshift
5252
importName: OpenShiftPage
5353
menuItem:
54-
icon: costManagementIconOutlined
54+
icon: costManagementIcon
5555
text: OpenShift
5656
menuItems:
57-
cost-management/optimizations:
57+
cost-management:
58+
icon: costManagementIcon
59+
title: Cost management
60+
priority: 100
61+
cost-management.optimizations:
5862
parent: cost-management
5963
priority: 10
60-
cost-management/openshift:
64+
cost-management.openshift:
6165
parent: cost-management
6266
priority: 20
63-
cost-management:
64-
icon: costManagementIconOutlined
65-
title: Cost management
66-
priority: 100
6767
- package: oci://quay.io/redhat-resource-optimization/dynamic-plugins:latest!red-hat-developer-hub-plugin-cost-management-backend
6868
disabled: false
6969
pluginConfig:

0 commit comments

Comments
 (0)