Skip to content

Commit 7513f33

Browse files
committed
Fix 'aggregate' typo in PO
1 parent 24b3b3c commit 7513f33

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

modules/olm-installing-po-after.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,15 +54,15 @@ status:
5454
message: Successfully applied the cert-manager BundleDeployment resource
5555
reason: InstallSuccessful
5656
status: "True" <1>
57-
type: Installed
57+
type: Installed
5858
----
5959
<1> Wait until the `Installed` status condition reports `True`.
6060

6161
. Verify that the `platform-operators-aggregated` cluster Operator is reporting an `Available=True` status:
6262
+
6363
[source,terminal]
6464
----
65-
$ oc get clusteroperator platform-operators-aggregate -o yaml
65+
$ oc get clusteroperator platform-operators-aggregated -o yaml
6666
----
6767
+
6868
.Example output

modules/olm-installing-po-during.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,15 +84,15 @@ status:
8484
message: Successfully applied the cert-manager BundleDeployment resource
8585
reason: InstallSuccessful
8686
status: "True" <1>
87-
type: Installed
87+
type: Installed
8888
----
8989
<1> Wait until the `Installed` status condition reports `True`.
9090

9191
. Verify that the `platform-operators-aggregated` cluster Operator is reporting an `Available=True` status:
9292
+
9393
[source,terminal]
9494
----
95-
$ oc get clusteroperator platform-operators-aggregate -o yaml
95+
$ oc get clusteroperator platform-operators-aggregated -o yaml
9696
----
9797
+
9898
.Example output

0 commit comments

Comments
 (0)