Skip to content

Commit d191061

Browse files
author
Audrey Spaulding
committed
CNV-44182
1 parent 9200f3e commit d191061

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/virt-enabling-persistentreservation-feature-gate-cli.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@ You enable the `persistentReservation` feature gate by using the command line. E
1414
+
1515
[source,terminal,subs="attributes+"]
1616
----
17-
$ oc patch hyperconverged kubevirt-hyperconverged -n {CNVNamespace} \
18-
--type json -p '[{"op":"replace","path":"/spec/featureGates/persistentReservation", "value": true}]'
17+
$ oc patch hyperconverged kubevirt-hyperconverged -n openshift-cnv --type json -p \
18+
'[{"op":"replace","path":"/spec/featureGates/persistentReservation", "value": true}]'
1919
----

0 commit comments

Comments
 (0)