We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 605f3f8 commit d03cd9bCopy full SHA for d03cd9b
modules/virt-deleting-virt-cli.adoc
@@ -40,7 +40,7 @@ $ oc delete subscription kubevirt-hyperconverged -n openshift-cnv
40
+
41
[source,terminal]
42
----
43
-$ CSV_NAME=$(oc get csv -n openshift-cnv -o=custom-columns=:metadata.name)
+$ CSV_NAME=$(oc get csv -n openshift-cnv -o=jsonpath="{.items[0].metadata.name}")
44
45
. Delete the CSV from the {VirtProductName} cluster by specifying the CSV name from the previous step:
46
0 commit comments