Skip to content

Commit a27693d

Browse files
committed
Typo, parameters are on PVC
1 parent 8091211 commit a27693d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

book/src/volume-attributes.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@ This feature is enabled by default in the [external-provisioner](https://github.
2020
To take advantage of `VolumeAttibutesClass` feature:
2121
* The CSI driver must implement the `MODIFY_VOLUME` capability.
2222
* The Kubernetes administrator must create the `VolumeAttributesClass` with the relevant `parameters` for the `driverName`
23-
* The user can then patch the `PersistentVolume` under `spec.volumeAttributesClassName` to select or update the settings he needs for the volume.
23+
* The user can then patch the `PersistentVolumeClaim` under `spec.volumeAttributesClassName` to select or update the settings he needs for the volume.
2424

2525
> For more information about how to use the feature, visit the [Kubernetes blog](https://kubernetes.io/blog/2024/08/15/kubernetes-1-31-volume-attributes-class/) page.

0 commit comments

Comments
 (0)