We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd84a33 commit 20e5325Copy full SHA for 20e5325
pkg/epp/controller/inferencemodel_reconciler.go
@@ -128,5 +128,5 @@ func (c *InferenceModelReconciler) SetupWithManager(ctx context.Context, mgr ctr
128
}
129
130
func (c *InferenceModelReconciler) eventPredicate(infModel *v1alpha2.InferenceModel) bool {
131
- return infModel.Spec.PoolRef.Name == c.PoolNamespacedName.Name
+ return string(infModel.Spec.PoolRef.Name) == c.PoolNamespacedName.Name
132
0 commit comments