squakez commented on code in PR #3838:
URL: https://github.com/apache/camel-k/pull/3838#discussion_r1033245641
##########
pkg/util/dsl/template.go:
##########
@@ -41,7 +41,7 @@ func TemplateToYamlDSL(template v1.Template, id string)
([]byte, error) {
jsondata["id"] = id
}
templateWrapper := make(map[string]interface{}, 2)
- templateWrapper["template"] = jsondata
Review Comment:
Thanks. I had a deeper look and it seems that `template` is no longer there.
So we should we good with `route-template`.
--
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]