Skip to content

Commit c1d3a94

Browse files
committed
OCPBUGS#7958: fix the JSON command
1 parent 0508c13 commit c1d3a94

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

modules/nw-ovn-kubernetes-migration.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -244,11 +244,11 @@ $ oc patch Network.config.openshift.io cluster \
244244
"clusterNetwork": [
245245
{
246246
"cidr": "<cidr>",
247-
"hostPrefix": "<prefix>"
247+
"hostPrefix": <prefix>
248248
}
249-
]
249+
],
250250
"networkType": "OVNKubernetes"
251-
}
251+
}
252252
}'
253253
----
254254
+

0 commit comments

Comments
 (0)