Skip to content

Commit 89c8229

Browse files
authored
Merge pull request #54092 from cbippley/BZ-2059725
2 parents 528a237 + 7447988 commit 89c8229

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

modules/storage-expanding-add-volume-expansion.adoc

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,14 @@ have the `allowVolumeExpansion` field set to `true`.
1212

1313
.Procedure
1414

15-
* Edit the `StorageClass` object and add the `allowVolumeExpansion` attribute.
15+
* Edit the `StorageClass` object and add the `allowVolumeExpansion` attribute by running the following command:
16+
+
17+
[source,terminal]
18+
----
19+
$ oc edit storageclass <storage_class_name> <1>
20+
----
21+
<1> Specifies the name of the storage class.
22+
+
1623
The following example demonstrates adding this line at the bottom
1724
of the storage class configuration.
1825
+

0 commit comments

Comments
 (0)