Skip to content

Commit 4dabe9e

Browse files
committed
Fixed exposed CNVNamespace attribute in two code listings
1 parent 7b23bc5 commit 4dabe9e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

modules/virt-applying-node-placement-rules.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ endif::openshift-rosa,openshift-dedicated[]
2222

2323
. Edit the object in your default editor by running the following command:
2424
+
25-
[source,terminal]
25+
[source,terminal,subs="attributes+"]
2626
----
2727
$ oc edit <resource_type> <resource_name> -n {CNVNamespace}
2828
----

modules/virt-enabling-usb-host-passthrough.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ $ oc edit hyperconverged kubevirt-hyperconverged -n openshift-cnv
3434

3535
+
3636
.Example YAML snippet
37-
[source,yaml]
37+
[source,yaml,subs="attributes+"]
3838
----
3939
apiVersion: hco.kubevirt.io/v1beta1
4040
kind: HyperConverged

0 commit comments

Comments
 (0)