citrusframework / yaks

YAKS is a platform to enable Cloud Native BDD testing on Kubernetes
Apache License 2.0
83 stars 27 forks source link

fix(#362): Camel K routes with traits config #363

Closed christophd closed 2 years ago

christophd commented 2 years ago

Make sure to set the trait config value type as boolean for "enabled" key. Otherwise, integration will fail during creation.

christophd commented 2 years ago

Fixes #362