mirror of
https://github.com/vmware-tanzu/velero.git
synced 2026-06-01 03:46:25 +00:00
This commit adds limitranges to defaultResourcePriorities as suggested in #385. This is done so that pods are not restored before the LimitRange objects, because that would lead to pods not honoring the requests and limits set in LimitRange objects. Fixes #385 Signed-off-by: Shubham <shubham@linux.com>