tdiesler commented on code in PR #5639:
URL: https://github.com/apache/camel-k/pull/5639#discussion_r1642562520


##########
pkg/apis/camel/v1/trait/environment.go:
##########
@@ -29,6 +29,7 @@ type EnvironmentTrait struct {
        HTTPProxy *bool `property:"http-proxy" json:"httpProxy,omitempty"`
        // A list of environment variables to be added to the integration 
container.
        // The syntax is KEY=VALUE, e.g., `MY_VAR="my value"`.
+       // The value may also be a reference to a configmap or secret, e.g. 
`MY_VAR=configmap:my-cm/my-cm-key`

Review Comment:
   I unfortunately get an NPE when running this on my Mac as well as on some 
Linux server



-- 
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-unsubscr...@camel.apache.org

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

Reply via email to