Openshift creates blank non-selected PVCs while restoring applications installed from OperatorHub
In an Openshift environment, where an application is installed via OperatorHub catalog sources. When a user tries to perform a selective PVC restore from such application namespace's backup. But instead, all the PVCs gets created.
This issue happens because, an Openshift environment provisions the non-selected PVCs with required size in the destination namespace.
Note:
For such applications, the PVCs, are auto-provisioned as per the deployment configurations even if a user does not select them for restore.