mirror of
https://github.com/vmware-tanzu/velero.git
synced 2026-04-20 15:50:33 +00:00
If a PV has a reclaim policy of Delete and we didn't create a snapshot of it, don't restore the PV, as doing so would create a PV whose underlying volume is incorrect. Also "reset" any PVCs bound to the PV so they'll be dynamically provisioned when restored. Signed-off-by: Andy Goldstein <andy.goldstein@gmail.com>