claudio4j commented on code in PR #3838:
URL: https://github.com/apache/camel-k/pull/3838#discussion_r1032722760
##########
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:
I removed the array, but that bring a conversion error in camel yaml dsl. To
proceed with having `main` in a good state, can we merge as it is, and we can
review this array later ?
--
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]