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

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

commit 5d2f79956b72695c33601bd3403a5e57b9c442c4
Author: Otavio Rodolfo Piske <[email protected]>
AuthorDate: Tue Jun 22 17:47:43 2021 +0200

    Update e2e/yaks/common/kamelet-beans/beans-source.kamelet.yaml
    
    Fixed kamelets format as suggested by Nicola
    
    Co-authored-by: Nicola Ferraro <[email protected]>
---
 e2e/yaks/common/kamelet-beans/beans-source.kamelet.yaml | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/e2e/yaks/common/kamelet-beans/beans-source.kamelet.yaml 
b/e2e/yaks/common/kamelet-beans/beans-source.kamelet.yaml
index 3b5a279..6a27d9b 100644
--- a/e2e/yaks/common/kamelet-beans/beans-source.kamelet.yaml
+++ b/e2e/yaks/common/kamelet-beans/beans-source.kamelet.yaml
@@ -26,8 +26,9 @@ spec:
     beans:
     - name: myBean
       type: "#class:java.util.Date"
-      properties:
-        time: 0
+      property:
+      - key: time
+        value: 0
     from:
       uri: timer:tick
       steps:

Reply via email to