This is an automated email from the ASF dual-hosted git repository.

lburgazzoli pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel-k.git

commit d140f493c662bf04c50974a36d6dad840607c25f
Author: James Netherton <jamesnether...@gmail.com>
AuthorDate: Thu Jun 13 09:52:59 2019 +0100

    fix: CR example is using wrong schema
    
    fixes #737
---
 deploy/cr-example.yaml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/deploy/cr-example.yaml b/deploy/cr-example.yaml
index 0c0cd3c..775734d 100644
--- a/deploy/cr-example.yaml
+++ b/deploy/cr-example.yaml
@@ -20,8 +20,8 @@ kind: Integration
 metadata:
   name: example
 spec:
-  source:
-    content: |-
+  sources:
+  - content: |-
       // This is Camel K Groovy example route
 
       rnd = new Random()

Reply via email to