lburgazzoli opened a new issue #2436: URL: https://github.com/apache/camel-k/issues/2436
I have a KameletBinding create with the following traits configured via annotations ```yaml apiVersion: camel.apache.org/v1alpha1 kind: KameletBinding metadata: annotations: trait.camel.apache.org/container.image: acme/foo:1.0 trait.camel.apache.org/kamelet.enabled: "false" ``` The generated integration does not contain the same annotation, thus the traits are not applied: ```yaml apiVersion: camel.apache.org/v1 kind: Integration metadata: name: ce07500532b8b49149fe82cceb8145080 namespace: bar spec: configuration: - type: secret value: baz flows: - from: steps: - to: kamelet:log-sink/sink uri: kamelet:injector-source/source profile: Knative ``` -- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org