Hello all !
According to Kubernetes official documentation (https://kubernetes.io/fr/docs/concepts/storage/persistent-volumes/#clonage-de-volume), it's possible to clone a PVC from another PVC.
yaml
apiVersion: v1
kin...
Accepted Answer:
Thanks @jkwiatkoski !
I will use this solution.