dylanenabled edited a comment on issue #1525: URL: https://github.com/apache/camel-k/issues/1525#issuecomment-643264367
Looks like the jvm trait is just overwriting the container.Args It's creating a new string array here, then appending things to that empty one https://github.com/apache/camel-k/blob/1.0.0/pkg/trait/jvm.go#L116 And then I think it's overwriting the -javaagent flag the prometheus trait put into the container.Args when it sets it here: https://github.com/apache/camel-k/blob/1.0.0/pkg/trait/jvm.go#L170 RC2 did not overwrite the container args https://github.com/apache/camel-k/blob/1.0.0-RC2/pkg/trait/jvm.go#L159 ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org