Skip to content

Commit 20e5325

Browse files
committed
update
1 parent bd84a33 commit 20e5325

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/epp/controller/inferencemodel_reconciler.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -128,5 +128,5 @@ func (c *InferenceModelReconciler) SetupWithManager(ctx context.Context, mgr ctr
128128
}
129129

130130
func (c *InferenceModelReconciler) eventPredicate(infModel *v1alpha2.InferenceModel) bool {
131-
return infModel.Spec.PoolRef.Name == c.PoolNamespacedName.Name
131+
return string(infModel.Spec.PoolRef.Name) == c.PoolNamespacedName.Name
132132
}

0 commit comments

Comments
 (0)