diff --git a/content/en/docs/tasks/configure-pod-container/configure-persistent-volume-storage.md b/content/en/docs/tasks/configure-pod-container/configure-persistent-volume-storage.md index c056f314bdd45..266c786c58048 100644 --- a/content/en/docs/tasks/configure-pod-container/configure-persistent-volume-storage.md +++ b/content/en/docs/tasks/configure-pod-container/configure-persistent-volume-storage.md @@ -232,9 +232,9 @@ Delete the Pod: kubectl delete pod task-pv-pod ``` -## Mounting the same persistentVolume in two places +## Mounting the same PersistentVolume in two places -You have understood how to create a persistentVolume & persistentVolumeClaim, and mount +You have understood how to create a PersistentVolume & PersistentVolumeClaim, and how to mount the volume to a single location in a container. Let's explore how you can mount the same PersistentVolume at two different locations in a container. Below is an example: