Skip to content

Commit 81e9489

Browse files
authored
Merge pull request #21767 from OriHoch/patch-1
volume_attributes is now volume_context in CSI spec
2 parents 9880cbd + 527960a commit 81e9489

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/en/docs/concepts/storage/volumes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1323,7 +1323,7 @@ persistent volume:
13231323
of a volume. This map must correspond to the map returned in the
13241324
`volume.attributes` field of the `CreateVolumeResponse` by the CSI driver as
13251325
defined in the [CSI spec](https://github.com/container-storage-interface/spec/blob/master/spec.md#createvolume).
1326-
The map is passed to the CSI driver via the `volume_attributes` field in the
1326+
The map is passed to the CSI driver via the `volume_context` field in the
13271327
`ControllerPublishVolumeRequest`, `NodeStageVolumeRequest`, and
13281328
`NodePublishVolumeRequest`.
13291329
- `controllerPublishSecretRef`: A reference to the secret object containing

0 commit comments

Comments
 (0)