squakez opened a new pull request, #4038:
URL: https://github.com/apache/camel-k/pull/4038

   <!-- Description -->
   With this PR we enable the configuration of traits via Kubernetes Configmap. 
We can only provide this feature when defining the traits as annotation. I've 
tried to enable it for the generic use case but since we have a static type 
defined for each trait (ie, bool or int properties) the serialization to 
Integration and Trait type fail as we need to declare the configmap key to use, 
which is a string. We may revisit this in the future to make the Trait type 
flexible enough not to be forced to use its type, but in the while I think it's 
a good start.
   
   Closes #3891 
   
   <!--
   Enter your extended release note in the below block. If the PR requires
   additional action from users switching to the new release, include the string
   "action required". If no release note is required, write "NONE". 
   
   You can (optionally) mark this PR with labels "kind/bug" or "kind/feature" 
to make sure
   the text is added to the right section of the release notes. 
   -->
   
   **Release Note**
   ```release-note
   feat(trait): dynamic configuration
   ```
   


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

Reply via email to