Skip to content

Commit

Permalink
Add test commit
Browse files Browse the repository at this point in the history
  • Loading branch information
payamQorbanpour committed Oct 16, 2024
1 parent 3cadddf commit a0d0a00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/controller/backup_controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ func (r *BackupReconciler) Reconcile(ctx context.Context, req ctrl.Request) (ctr
}

// Ensure Storage and Database CRDs existence
// TODO: Extend this by checking every storage and database
// TODO: Extend this by checking every storage and database.
if len(backup.StorageRefs) == 0 || len(backup.DatabaseRefs) == 0 {
return ctrl.Result{}, client.IgnoreNotFound(nil)
}
Expand Down

0 comments on commit a0d0a00

Please sign in to comment.