Skip to content

Commit 7bb2101

Browse files
committed
wip
1 parent def980e commit 7bb2101

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

controllers/btpoperator_controller.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -868,7 +868,7 @@ func (r *BtpOperatorReconciler) isDeploymentAvailable(ctx context.Context, deplo
868868
return err
869869
}
870870
un := unstructured.Unstructured{Object: unstructuredObj}
871-
rr := make(chan ResourceReadiness, 1)
871+
rr := make(chan ResourceReadiness)
872872
go r.checkDeploymentReadiness(ctx, &un, rr)
873873
ready := <-rr
874874
if ready.Ready {

0 commit comments

Comments
 (0)