Skip to content

Commit cf57ac6

Browse files
committed
BZ1860508: Fixed incorrect commands
1 parent d57c801 commit cf57ac6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/infrastructure-moving-registry.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ You configure the registry Operator to deploy its pods to different nodes.
1717
+
1818
[source,terminal]
1919
----
20-
$ oc get configs.imageregistry.operator.openshift.io cluster -o yaml
20+
$ oc get configs.imageregistry.operator.openshift.io/cluster -o yaml
2121
----
2222
+
2323
.Example output
@@ -55,7 +55,7 @@ status:
5555
+
5656
[source,terminal]
5757
----
58-
$ oc edit configs.imageregistry.operator.openshift.io cluster
58+
$ oc edit configs.imageregistry.operator.openshift.io/cluster
5959
----
6060

6161
. Add the following lines of text the `spec` section of the object:

0 commit comments

Comments
 (0)