wmedvede commented on code in PR #456:
URL:
https://github.com/apache/incubator-kie-kogito-serverless-operator/pull/456#discussion_r1583458974
##########
controllers/builder/containerbuilder.go:
##########
@@ -200,6 +206,12 @@ func newBuild(buildInput kanikoBuildInput, platform
api.PlatformContainerBuild,
newBuilder.AddConfigMapResource(res.ConfigMap, res.WorkflowPath)
}
+ //TODO WM, remove this comment.
+ //make the workflow properties available to the kaniko build.
+ for _, props := range buildInput.workflowProperties {
+ newBuilder.AddConfigMapResource(props.ConfigMap,
props.WorkflowPath)
Review Comment:
@ricardozanini So, the idea is:
At the time of launching the kaniko build, we configure additionally the
application.properties and the managed properties. In that way, both properties
are available at build time.
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]