Skip to content

Commit ce7b59b

Browse files
committed
RHIDP-7560 - Install and configure plugins from Extensions page (next phase)
1 parent 3c7488d commit ce7b59b

File tree

1 file changed

+16
-16
lines changed

1 file changed

+16
-16
lines changed

modules/dynamic-plugins/proc-extensions-enabling-plugins-installation.adoc

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ When you install a plugin, the configuration that you use is saved to a dynamic
66
You must create a persistent volume cache (PVC) to ensure that the cache persists when you restart the {product-very-short} application. For more information about using the dynamic plugins cache, see link:https://docs.redhat.com/en/documentation/red_hat_developer_hub/{product-version}/html-single/configuring_red_hat_developer_hub/index#using-the-dynamic-plugins-cache_running-behind-a-proxy[Using the dynamic plugins cache].
77

88
.Prequisites
9-
* You have created a persistent volume claim (PVC) for the dynamic plugins cache with the name *dynamic-plugins-route*.
9+
* You have created a persistent volume claim (PVC) for the dynamic plugins cache with the name *dynamic-plugins-root*.
1010
* You have installed Red Hat Developer Hub using the Helm chart.
1111
* You have installed the OpenShift CLI (`oc`).
1212

@@ -70,21 +70,21 @@ data:
7070
pluginConfig:
7171
dynamicPlugins:
7272
frontend:
73-
red-hat-developer-hub.backstage-plugin-marketplace:
74-
appIcons:
75-
- name: marketplace
76-
importName: MarketplaceIcon
77-
dynamicRoutes:
78-
- path: /extensions/catalog
79-
importName: DynamicMarketplacePluginRouter
80-
mountPoints:
81-
- mountPoint: application/provider
82-
importName: InstallationContextProvider
83-
- mountPoint: internal.plugins/tab
84-
importName: DynamicMarketplacePluginContent
85-
config:
86-
path: marketplace
87-
title: Catalog
73+
red-hat-developer-hub.backstage-plugin-marketplace:
74+
appIcons:
75+
- name: marketplace
76+
importName: MarketplaceIcon
77+
dynamicRoutes:
78+
- path: /extensions/catalog
79+
importName: DynamicMarketplacePluginRouter
80+
mountPoints:
81+
- mountPoint: application/provider
82+
importName: InstallationContextProvider
83+
- mountPoint: internal.plugins/tab
84+
importName: DynamicMarketplacePluginContent
85+
config:
86+
path: marketplace
87+
title: Catalog
8888
----
8989
. Click *Save*
9090

0 commit comments

Comments
 (0)