hernanDatgDev commented on issue #5680: URL: https://github.com/apache/camel-k/issues/5680#issuecomment-2226432516
Also it turns out that this regression doesn't actually have anything to do with the openApi trait and it's just a regression of the telemetry trait. When using the telemetry trait w/ a sourceless integration: The camel catalog is available until the integration reaches the `deploying` stage, after which the catalog from the environment variable is `nil`. Because of this, down the road the `application.properties` that had previously been configured with telemetry fields is overwritten, essentially removing the fields. The configmap (with telemetry removed) is then mounted into the pod without telemetry configuration which is not desired. -- 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]
