Skip to content

Commit a127280

Browse files
rm3llinfraze
andauthored
Apply suggestions from code review
Co-authored-by: Lindsey Frazier <[email protected]>
1 parent 16b7c12 commit a127280

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

modules/installation/proc-deploy-rhdh-instance-eks.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
.Procedure
1919

20-
. Create an Image Pull Secret named `rhdh-pull-secret` using your Red Hat credentials to access images from the protected `registry.redhat.io` as shown in the following example:
20+
. Create an Image Pull Secret named `rhdh-pull-secret` using your {companyname} credentials to access images from the protected `registry.redhat.io` as shown in the following example:
2121
+
2222
--
2323
[source,bash]

modules/installation/proc-rhdh-deploy-aks-operator.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,4 +42,4 @@ deployment.yaml: | spec.template.spec
4242

4343
.. Save and exit.
4444
+
45-
Wait for a few minutes until the changes are automatically applied to the operator pods.
45+
The changes are automatically applied to the operator pods after a few minutes.

modules/installation/snip-install-rhdh-operator-olm.adoc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ EOF
4141
----
4242
--
4343

44-
. Wait a few minutes until the Catalog Source is up and run the following command to list the available operators from the {company-name} ecosystem and confirm that the `rhdh` operator is listed:
44+
. After the Catalog Source starts to run, enter the following command to list the available operators from the {company-name} ecosystem and confirm that the `rhdh` operator is listed:
4545
+
4646
--
4747
[source,terminal,subs="attributes+"]
@@ -50,7 +50,7 @@ kubectl -n olm get packagemanifests
5050
----
5151
--
5252

53-
. Create the `rhdh-operator` namespace aimed at containing the Operator:
53+
. Create the `rhdh-operator` namespace aimed at containing the Operator by entering the following command:
5454
+
5555
--
5656
[source,terminal]
@@ -59,7 +59,7 @@ kubectl create namespace rhdh-operator
5959
----
6060
--
6161

62-
. Create a pull secret in the `rhdh-operator` namespace:
62+
. Create a pull secret in the `rhdh-operator` namespace by entering the following command:
6363
+
6464
--
6565
[source,terminal]
@@ -92,7 +92,7 @@ EOF
9292
----
9393
--
9494

95-
. Create a `Subscription` resource:
95+
. Create a `Subscription` resource as follows:
9696
+
9797
--
9898
[source,terminal,subs="attributes+"]

0 commit comments

Comments
 (0)