tadayosi opened a new issue, #3476:
URL: https://github.com/apache/camel-k/issues/3476
As a follow-up to #3205, there's no test coverage that verifies Integration
runs when traits are enabled at IntegrationPlatform like this:
```yaml
apiVersion: camel.apache.org/v1
kind: IntegrationPlatform
metadata:
labels:
app: camel-k
name: camel-k
spec:
traits:
addons:
tracing:
enabled: true
jolokia:
enabled: true
```
Unlike when enabled at Integration, these tests can make sure the traits
don't crash during kit building as when they are enabled at IntegrationPlatform
they are also forced to be enabled during kit building while an integration is
still absent.
--
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]