camel-k-examples
camel-k-examples copied to clipboard
Some examples are not working: `kamel run --config|--resource file:` no longer available
From Camel K version 2.0 kamel run --config|--resource file: is no longer available. Therefore, the following examples will no longer work as expected:
- generic-examples/modeline/modeline-config-file-route.groovy
- generic-examples/user-config/config-file-route.groovy
- generic-examples/user-config/resource-file-base64-encoded-route.groovy
- generic-examples/user-config/resource-file-binary-route.groovy
- generic-examples/user-config/resource-file-location-route.groovy
- generic-examples/user-config/resource-file-route.groovy
Thanks for reporting. Feel free to contribute with a fix if you can.