citrusframework / yaks

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

Wrong value type for Modeline trait instructions #505

Closed christophd closed 2 weeks ago

christophd commented 2 weeks ago

When a Camel K integration defines Modeline instructions that set trait values the values must be set with the correct value type (e.g. integer values such as container.port trait)

Currently all trait values are set as string values which leads to errors on the integration.