christophd commented on code in PR #5245:
URL: https://github.com/apache/camel-k/pull/5245#discussion_r1522784412
##########
pkg/controller/pipe/integration.go:
##########
@@ -120,6 +122,12 @@ func CreateIntegrationFor(ctx context.Context, c
client.Client, binding *v1.Pipe
return nil, fmt.Errorf("could not determine error handler: %w",
err)
}
+ if errorHandler != nil && shouldHandleNoErrorHandler(ctx, c, &it) {
Review Comment:
I had a look and you are right. Better place for this is the trait where the
runtime version is already set in the IntegrationStatus. Thanks I will change it
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]