Skip to content

Commit 1e7135c

Browse files
authored
Removed false statement regarding storage class objects (#42966)
* removed false statement regarding storage class objects * Revert "removed false statement regarding storage class objects" This reverts commit 915651b. * rm false statement regarding storage class objects
1 parent dfcff46 commit 1e7135c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

content/en/docs/concepts/storage/storage-classes.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,7 @@ class needs to be dynamically provisioned.
3434

3535
The name of a StorageClass object is significant, and is how users can
3636
request a particular class. Administrators set the name and other parameters
37-
of a class when first creating StorageClass objects, and the objects cannot
38-
be updated once they are created.
37+
of a class when first creating StorageClass objects.
3938

4039
Administrators can specify a default StorageClass only for PVCs that don't
4140
request any particular class to bind to: see the

0 commit comments

Comments
 (0)