harshilv17 commented on code in PR #6834:
URL: https://github.com/apache/camel-k/pull/6834#discussion_r4068377782
##########
pkg/apis/camel/v1/trait/container.go:
##########
@@ -57,7 +57,7 @@ type ContainerTrait struct {
ServicePortName string `json:"servicePortName,omitempty"
property:"service-port-name"`
// The main container name. It's named `integration` by default.
Name string `json:"name,omitempty" property:"name"`
- // The main container image to use for the Integration. When using this
parameter the operator will create a synthetic IntegrationKit which
+ // The main container image to use for the Integration. When using this
parameter the operator will create an IntegrationKit which
Review Comment:
Dropped the creation part entirely and kept the consequence, traits needing
a CamelCatalog still can't run. also updated the docs and crds
--
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]