Our app is migrating to a new namespace in Rancher...
# storage
b
Our app is migrating to a new namespace in Rancher-managed Kubernetes. Currently, the app uses a PVC that is bound to the old namespace. What is the recommended way to migrate or reuse the existing PVC in the new namespace?
h
take a look at your deployment yaml the pvc is bound to the app not namespace
are you moving the app to a different cluster or different namespace?