lburgazzoli opened a new issue #609: istio: allow to control annotation 
sidecar.istio.io/inject
URL: https://github.com/apache/camel-k/issues/609
 
 
   We should be able to configure the annotation `sidecar.istio.io/inject`:
   
   ```go
   type istioTrait struct {
        BaseTrait `property:",squash"`
        Allow     string `property:"allow"`
        Inject    *bool  `property:"inject"`
   }
   ```
   
   If `Inject` is set we should honour it, if not we do use the current 
behaviour
   

----------------------------------------------------------------
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:
[email protected]


With regards,
Apache Git Services

Reply via email to