From e499320e7cf53f281b07ada8a5cd4c1023404e7d Mon Sep 17 00:00:00 2001 From: Adrian Muraru Date: Wed, 13 May 2020 18:57:40 +0300 Subject: [PATCH] Fixed resizing docs to refer the right path to example spec --- examples/kubernetes/resizing/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/kubernetes/resizing/README.md b/examples/kubernetes/resizing/README.md index 72ddeecd8d..2469f24632 100644 --- a/examples/kubernetes/resizing/README.md +++ b/examples/kubernetes/resizing/README.md @@ -6,7 +6,7 @@ This example shows how to resize EBS persistence volume using volume resizing fe 2. EBS has a limit of one volume modification every 6 hours. Refer to [EBS documentation](https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_ModifyVolume.html) for more details. ## Usage -1. Add `allowVolumeExpansion: true` in the StorageClass spec in [example manifest](./specs/example.yaml) to enable volume expansion. You can only expand a PVC if its storage class’s allowVolumeExpansion field is set to true +1. Add `allowVolumeExpansion: true` in the StorageClass spec in [example manifest](./spec/example.yaml) to enable volume expansion. You can only expand a PVC if its storage class’s allowVolumeExpansion field is set to true 2. Deploy the example: ```sh