kameshsampath opened a new issue #1208: Disabling traits does not reflect in camel-k integration URL: https://github.com/apache/camel-k/issues/1208 when we do `kamel run` with `--trait <trait-name>.enabled=false` I see the camel logs showing Applying trait e.g. ```shell kamel run --dependency camel:log --dependency camel:bean get-started/echoer.yaml --trait istio.enabled=false --trait jolokia.enabled=false --trait prometheus.enabled=false ``` ```json camel-k-operator-5d74595cdf-77gwr camel-k-operator {"level":"info","ts":1579105299.3057547,"logger":"camel-k.trait","msg":"Apply trait: jolokia"} camel-k-operator-5d74595cdf-77gwr camel-k-operator {"level":"info","ts":1579105299.3057587,"logger":"camel-k.trait","msg":"Apply trait: prometheus"} ```
---------------------------------------------------------------- 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
