Skip to content

Commit

Permalink
Address feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
Misty Stanley-Jones authored Jun 8, 2018
1 parent c7e930d commit 19e7d55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/en/docs/concepts/storage/persistent-volumes.md
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ parameters:
allowVolumeExpansion: true
```

To request a larger volume for a PVC, edit the PVC's configuration and request a larger
To request a larger volume for a PVC, edit the PVC object and specify a larger
size. This triggers expansion of the volume that backs the underlying `PersistentVolume`. A
new `PersistentVolume` is never created to satisfy the claim. Instead, an existing volume is resized.

Expand Down

0 comments on commit 19e7d55

Please sign in to comment.