mirror of
https://github.com/vmware-tanzu/velero.git
synced 2026-07-25 17:43:00 +00:00
* Prioritize exact namespace match in restore Align restore pipeline with backup pipeline by evaluating exact namespace matches before glob patterns in namespacedFilterPolicies. This ensures specific overrides always win regardless of list order. Signed-off-by: Adam Zhang <adam.zhang@broadcom.com> * improve test cases add test cases for exact listed first, and excat listed last to ensure the behavior that the order does not matter for exact listed namespace, the rule will be always honored. Signed-off-by: Adam Zhang <adam.zhang@broadcom.com> --------- Signed-off-by: Adam Zhang <adam.zhang@broadcom.com>