File tree Expand file tree Collapse file tree 1 file changed +7
-2
lines changed
Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Original file line number Diff line number Diff 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+ ----
76814.6
7782----
7883
@@ -87,7 +92,7 @@ metadata:
8792 name: openshift-performance-addon-operator-subscription
8893 namespace: openshift-performance-addon-operator
8994spec:
90- channel: <channel> <1>
95+ channel: " <channel>" <1>
9196 name: performance-addon-operator
9297 source: redhat-operators <2>
9398 sourceNamespace: openshift-marketplace
You can’t perform that action at this time.
0 commit comments