You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by GitBox <gi...@apache.org> on 2022/11/26 09:33:24 UTC

[GitHub] [camel-k] oscerd commented on a diff in pull request #3838: Fix tests related to recent camel-k-runtime changes

oscerd commented on code in PR #3838:
URL: https://github.com/apache/camel-k/pull/3838#discussion_r1032763796


##########
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:
   +1 for me, I'll wait for @squakez advice



-- 
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: commits-unsubscribe@camel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org