lburgazzoli commented on a change in pull request #87: kamel install with sample URL: https://github.com/apache/camel-k/pull/87#discussion_r218345618
########## 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: maybe we can also name it like cr-example.yaml o something like that just to clarify what the file is for. ---------------------------------------------------------------- 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