lburgazzoli commented on a change in pull request #68: Support for integration
configuration
URL: https://github.com/apache/camel-k/pull/68#discussion_r217622740
##########
File path: pkg/util/maven/types.go
##########
@@ -25,7 +25,7 @@ type ProjectDefinition struct {
Project Project
JavaSources map[string]string
Resources map[string]string
- Env map[string]string
+ Env map[string]string // TODO: should we deprecate it ? env are
set on deployment
Review comment:
It is already done, env, properties, configmap and secretes from the
required context are are applied to integration's deployment :)
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services