Commit d157ec7 1 parent 9b0a4e9 commit d157ec7 Copy full SHA for d157ec7
File tree 1 file changed +0
-3
lines changed
1 file changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -458,8 +458,6 @@ func (s *server) validateBackupStorageLocations() error {
458
458
// - Limit ranges go before pods or controllers so pods can use them.
459
459
// - Pods go before controllers so they can be explicitly restored and potentially
460
460
// have restic restores run before controllers adopt the pods.
461
- // - Custom Resource Definitions come before Custom Resource so that they can be
462
- // restored with their corresponding CRD.
463
461
var defaultRestorePriorities = []string {
464
462
"namespaces" ,
465
463
"persistentvolumes" ,
@@ -470,7 +468,6 @@ var defaultRestorePriorities = []string{
470
468
"limitranges" ,
471
469
"pods" ,
472
470
"replicaset" ,
473
- "customresourcedefinitions" ,
474
471
}
475
472
476
473
func (s * server ) initRestic () error {
You can’t perform that action at this time.
0 commit comments