You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@camel.apache.org by GitBox <gi...@apache.org> on 2019/04/12 11:27:49 UTC

[GitHub] [camel-k] lburgazzoli opened a new issue #608: allow to configure default configurations on platform

lburgazzoli opened a new issue #608: allow to configure default configurations on platform
URL: https://github.com/apache/camel-k/issues/608
 
 
   So one can configure something like:
   
   ```
   apiVersion: camel.apache.org/v1alpha1
   kind: IntegrationPlatform
   metadata:
     name: camel-k
   spec:
     ...
     configuration:
     - type: property
       value: logging.level.org.apache.camel=DEBUG
     - type: property
       value: camel.context.streamCaching=true
     profile: Knative
     resources:
     ...
   ```

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services