nicolaferraro opened a new issue #2361: URL: https://github.com/apache/camel-k/issues/2361
One example is: https://github.com/apache/camel-kamelets/pull/330/files#diff-c81f389241ecccbb03f18791698351f85f8f668f909a55b7291552aafd6b3a9bR23 Where I wanted to provide a cleaner way to provide a schema, like: ```yaml # ... schema: |- { "type": "record", "namespace": "com.example", ... } ``` But apparently when the operator maps KameletBinding property values to the application.properties file it does not encode newline characters (and other special chars). -- 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: [email protected]
