I don't have code for this as i am trying to understand it theoretically.
Current state: a PV and PVC get dynamically created by a helm chart. This pv and pvc are using default storage class with delete policy
Future state: I want to attach a new PVC with different storage class (with retain policy) to the existing PV and convert that PV to retain policy.
Is this possible?