Skip to content

Commit

Permalink
Rename kuadrant-console to kuadrant-console-plugin (#940)
Browse files Browse the repository at this point in the history
Signed-off-by: Jason Madigan <[email protected]>
  • Loading branch information
jasonmadigan authored Oct 14, 2024
1 parent 60d5d43 commit 0f1c583
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
4 changes: 2 additions & 2 deletions doc/install/install-openshift.md
Original file line number Diff line number Diff line change
Expand Up @@ -356,8 +356,8 @@ To enable the Kuadrant console plugin:
2. Switch to the **Admin** perspective.
3. Navigate to **Home** > **Overview**.
4. In the **Dynamic Plugins** section of the status box, click **View all**.
5. In the **Console plugins** area, find the `kuadrant-console` plugin. It should be listed but disabled.
6. Click the **Disabled** button next to the `kuadrant-console` plugin.
5. In the **Console plugins** area, find the `kuadrant-console-plugin` plugin. It should be listed but disabled.
6. Click the **Disabled** button next to the `kuadrant-console-plugin` plugin.
7. Select the **Enabled** radio button, and then click **Save**.
8. Wait for the plugin status to change to **Loaded**.

Expand Down
5 changes: 2 additions & 3 deletions pkg/openshift/consoleplugin/common.go
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
package consoleplugin

const (
KuadrantConsoleName = "kuadrant-console"
KuadrantPluginComponent = "kuadrant-plugin"
KuadrantConsoleName = "kuadrant-console-plugin"
)

var (
Expand All @@ -13,7 +12,7 @@ var (
func CommonLabels() map[string]string {
return map[string]string{
AppLabelKey: AppLabelValue,
"app.kubernetes.io/component": KuadrantPluginComponent,
"app.kubernetes.io/component": KuadrantConsoleName,
"app.kubernetes.io/managed-by": "kuadrant-operator",
"app.kubernetes.io/instance": KuadrantConsoleName,
"app.kubernetes.io/name": KuadrantConsoleName,
Expand Down

0 comments on commit 0f1c583

Please sign in to comment.