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.
2 parents 212f1f2 + 42dc03f commit ac3f120Copy full SHA for ac3f120
modules/persistent-storage-csi-sc-managing-cli.adoc
@@ -16,7 +16,7 @@ To manage the storage class using the CLI, run the following command:
16
17
[source,terminal]
18
----
19
-oc patch clustercsidriver $DRIVERNAME --type=merge -p "{\"spec\":{\"storageClassState\":\"${STATE}\"}}" <1>
+$ oc patch clustercsidriver $DRIVERNAME --type=merge -p "{\"spec\":{\"storageClassState\":\"${STATE}\"}}" <1>
20
21
<1> Where `${STATE}` is "Removed" or "Managed" or "Unmanaged".
22
+
0 commit comments