Skip to content

Commit 8225f5d

Browse files
authored
Merge pull request #27843 from johnwilkins/bz1900036
bz1900036
2 parents a502868 + 878f668 commit 8225f5d

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

modules/cnf-installing-the-performance-addon-operator.adoc

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,12 +67,17 @@ spec:
6767
$ oc create -f pao-operatorgroup.yaml
6868
----
6969

70+
7071
.. Run the following command to get the `channel` value required for the next step.
7172
+
7273
[source,terminal]
7374
----
7475
$ oc get packagemanifest performance-addon-operator -n openshift-marketplace -o jsonpath='{.status.defaultChannel}'
75-
76+
----
77+
+
78+
.Example output
79+
[source,terminal]
80+
----
7681
4.6
7782
----
7883

@@ -87,7 +92,7 @@ metadata:
8792
name: openshift-performance-addon-operator-subscription
8893
namespace: openshift-performance-addon-operator
8994
spec:
90-
channel: <channel> <1>
95+
channel: "<channel>" <1>
9196
name: performance-addon-operator
9297
source: redhat-operators <2>
9398
sourceNamespace: openshift-marketplace

0 commit comments

Comments
 (0)