# Help with persistent volume

**URL:** https://discuss.kubernetes.io/t/help-with-persistent-volume/14780
**Category:** General Discussions
**Created:** [February 11, 2021, 7:44am UTC](https://discuss.kubernetes.io/t/help-with-persistent-volume/14780 "2021-02-11T07:44:07Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![Titus\_Titus](https://sea2.discourse-cdn.com/flex016/user_avatar/discuss.kubernetes.io/titus_titus/32/6934_2.png) [@Titus\_Titus](https://discuss.kubernetes.io/u/Titus_Titus)
#### Post date: [February 11, 2021, 7:44am UTC](https://discuss.kubernetes.io/t/help-with-persistent-volume/14780/1 "2021-02-11T07:44:07Z")

</div>

Hello,  
I am new to kubernetes and have an issue with persistent volumes.  
I have 1 pv + 1 pvc and I have 2 pods which must each have a persistent directory on this volume and a 3rd pod which must be able to access the 2 directory of each pod. anyone have an example so they can help me write the yaml file ?  
Thanks
