Skip to content

Commit 533294b

Browse files
rootroot
root
authored and
root
committed
wip
1 parent 47422d9 commit 533294b

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 ResourceReadines)
871+
rr := make(chan ResourceReadiness)
872872
go r.checkDeploymentReadiness(ctx, &un, rr)
873873
ready := <-rr
874874
if ready.Ready {

0 commit comments

Comments
 (0)