lburgazzoli commented on a change in pull request #87: kamel install with sample URL: https://github.com/apache/camel-k/pull/87#discussion_r218345207
########## File path: pkg/install/operator.go ########## @@ -45,6 +45,13 @@ func PlatformContexts(namespace string) error { ) } +// Example -- +func Example(namespace string) error { + return installResources(namespace, + "cr.yaml", Review comment: I'm not sure the content of the cr.yaml would work as it is: - the package is not needed - I think we also need to set the source code name as the code need to be mounted somewhere now ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on 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 With regards, Apache Git Services