Skip to content

Commit

Permalink
Suggestion 1
Browse files Browse the repository at this point in the history
Co-authored-by: Tim Bannister <[email protected]>
  • Loading branch information
network-charles and sftim authored Dec 17, 2024
1 parent 94ccd91 commit 2745195
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down

0 comments on commit 2745195

Please sign in to comment.