squakez opened a new issue, #6425: URL: https://github.com/apache/camel-k/issues/6425
### Requirement We recently have introduced caCerts in jvm trait, see: https://github.com/apache/camel-k/blob/061a5b33057c30ecdeb4a34b533f8ac6e805d669/pkg/apis/camel/v1/trait/jvm.go#L47-L54 However, it would be more appropiate not to leverage directly with secrets (ie, reading them), but, expecting that those secrets are introduced by user (via mount trait) and are available as file instead. So, we simplify the implementation by reading files instead. -- 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]
