From 1536f3d6d2c01c9d7acc0503dde0a31639f5c9d6 Mon Sep 17 00:00:00 2001 From: Brandon Caton Date: Fri, 11 Oct 2024 15:43:17 -0400 Subject: [PATCH] reverting return on error if objectbucketclaim not found (#977) --- controllers/quay/features.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/controllers/quay/features.go b/controllers/quay/features.go index 6bfadfc26..b8511b6f9 100644 --- a/controllers/quay/features.go +++ b/controllers/quay/features.go @@ -344,7 +344,8 @@ func (r *QuayRegistryReconciler) checkObjectBucketClaimsAvailable( return nil } - return fmt.Errorf("`ObjectBucketClaim` not found") + r.Log.Info("`ObjectBucketClaim` not found") + return nil } // checkBuildManagerAvailable verifies if the config bundle contains an entry pointing to the