Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
When a group is specified in the restore sequence, it uses the name of the group to find the backup to restore the resources. All the resources in the backup will be restored in this step of restore. However, if one wishes to restore a subset of resources from a backup, then they can create a different group. This group can specify the name of the backup that has the resources by setting the BackupRef field. This commit makes specifying the BackupRef optional. If a backup is found with the same name as the group in the restore sequence, it will be used. If not, that will be treated as an error. Co-Authored-by: Annaraya Narasagond <[email protected]> Signed-off-by: Raghavendra Talur <[email protected]>
- Loading branch information