squakez opened a new issue #2558: URL: https://github.com/apache/camel-k/issues/2558
When we use a `Kamelet`, we may be in the situation to apply certain configuration to the `KameletBinding` in order to properly use it. For instance, when we use the [`predicate-filter-action`](https://github.com/apache/camel-kamelets/blob/main/predicate-filter-action.kamelet.yaml) we need to apply some build time configuration such as: ``` spec: integration: traits: builder: configuration: properties: - "quarkus.arc.unremovable-types=com.fasterxml.jackson.databind.ObjectMapper" ``` I am wondering if we should include some mechanism to let all KameletBindings using a Kamelet to inherit some configuration (ie, traits) needed by the Kamelet. -- 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