I have created a statefulset with 3 replicas with dynamic persistent volume claim with access mode as "Readwriteonce". Once kubectl apply/create is performed, noticed that three persistent volumes are created dynamically. and data from the image is copied to only one PVC where are rest two pods doesnt have any data.
Is there any way to create a common PVC with STS. (My application only support ReadWriteOnce)