claudio4j commented on code in PR #5275: URL: https://github.com/apache/camel-k/pull/5275#discussion_r1535770596
########## pkg/trait/knative.go: ########## @@ -81,6 +83,24 @@ func (t *knativeTrait) Configure(e *Environment) (bool, *TraitCondition, error) if err != nil { return false, nil, err } + + if t.Enabled == nil { Review Comment: I noticed it, but wanted to have a check before, as these filters are intended to check for the specifics of knative. Anyway, I changed the check to account for the results of the knative endpoints. -- 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: commits-unsubscr...@camel.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org