Skip to content

Commit f189701

Browse files
committed
OSDOCS-3616 Change Addon Example
1 parent 0879e5e commit f189701

File tree

2 files changed

+6
-11
lines changed

2 files changed

+6
-11
lines changed

modules/rosa-install-uninstall-addon.adoc

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -50,18 +50,13 @@ $ rosa install addon --cluster=<cluster_name> | <cluster_id> [arguments]
5050
|===
5151

5252
.Example
53-
Add the `codeready-workspaces` add-on installation to a cluster named `mycluster`.
53+
Add the `dbaas-operator` add-on installation to a cluster named `mycluster`.
5454

5555
[source,terminal]
5656
----
57-
$ rosa install addon --cluster=mycluster codeready-workspaces
57+
$ rosa install addon --cluster=mycluster dbaas-operator
5858
----
5959

60-
[NOTE]
61-
====
62-
After installing Red Hat CodeReady Workspace, it can be deployed to any namespace except `openshift-workspaces`. For more information, see link:https://access.redhat.com/documentation/en-us/red_hat_codeready_workspaces/2.10/html/installation_guide/installing-codeready-workspaces_crw#creating-a-project-in-openshift-web-console_crw[Installing the Red Hat CodeReady Workspaces Operator].
63-
====
64-
6560
[id="rosa-uninstall-addon_{context}"]
6661
== uninstall addon
6762

@@ -104,9 +99,9 @@ $ rosa uninstall addon --cluster=<cluster_name> | <cluster_id> [arguments]
10499
|===
105100

106101
.Example
107-
Remove the `codeready-workspaces` add-on installation from a cluster named `mycluster`.
102+
Remove the `dbaas-operator` add-on installation from a cluster named `mycluster`.
108103

109104
[source,terminal]
110105
----
111-
$ rosa uninstall addon --cluster=mycluster codeready-workspaces
106+
$ rosa uninstall addon --cluster=mycluster dbaas-operator
112107
----

modules/rosa-list-objects.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -507,11 +507,11 @@ $ rosa describe addon <addon_id> | <addon_name> [arguments]
507507
|===
508508

509509
.Example
510-
Describe an add-on named `codeready-workspaces`:
510+
Describe an add-on named `dbaas-operator`:
511511

512512
[source,terminal]
513513
----
514-
$ rosa describe addon codeready-workspaces
514+
$ rosa describe addon dbaas-operator
515515
----
516516

517517
[id="rosa-describe-cluster_{context}"]

0 commit comments

Comments
 (0)