You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 27, 2023. It is now read-only.
It turned out the /spec/template/description doesn't exist for camel 3.x, it seems to have been added in camel 4. /spec/template/id does exist on the other hand
There're also /spec/template/route/id and /spec/template/route/description
igarashitm
changed the title
[BUG] Kamelet /spec/template/description is removed on YAML>JSON
[BUG] Kamelet name and description support under template
Jul 6, 2023
Describe the bug
Kamelet
/spec/template/description
is removed on YAML>JSON. It deploys fine and preserved at runtime.YAML source
kamel describe deployed
To Reproduce
Steps to reproduce the behavior:
Expected behavior
description is preserved
UPDATE:
/spec/template/description
doesn't exist for camel 3.x, it seems to have been added in camel 4./spec/template/id
does exist on the other hand/spec/template/route/id
and/spec/template/route/description
/spec/template/id
and/spec/template/route/id
is specified, the Kamelet cannot be found from KameletBinding - Kamelet:template.id
and/ortemplate.route.id
causes a failure to be resolved apache/camel-k#4546The text was updated successfully, but these errors were encountered: