squakez commented on code in PR #5416:
URL: https://github.com/apache/camel-k/pull/5416#discussion_r1577823745


##########
pkg/apis/camel/v1/trait/builder.go:
##########
@@ -51,6 +51,7 @@ type BuilderTrait struct {
        // Deprecated: use TasksRequestCPU instead with task name `builder`.
        LimitMemory string `property:"limit-memory" 
json:"limitMemory,omitempty"`
        // A list of references pointing to configmaps/secrets that contains a 
maven profile.
+       // This configmap/secret is a resource of the IntegrationKit created, 
therefor it needs to be present in the namespace where the operator is going to 
create the IntegrationKit.

Review Comment:
   ```suggestion
        // This configmap/secret is a resource of the IntegrationKit created, 
therefore it needs to be present in the namespace where the operator is going 
to create the IntegrationKit.
   ```



-- 
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

Reply via email to