dmvolod commented on a change in pull request #87: kamel install with sample URL: https://github.com/apache/camel-k/pull/87#discussion_r218360851
########## 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: @lburgazzoli , thanks I will update PR with this example. ---------------------------------------------------------------- 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