This is an automated email from the ASF dual-hosted git repository.
davsclaus pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-examples.git
The following commit(s) were added to refs/heads/main by this push:
new 3a5603e Added chuck norris kamelet example
3a5603e is described below
commit 3a5603e2ae7b7e12e1565e87f6dfd06f16b695b8
Author: Claus Ibsen <[email protected]>
AuthorDate: Tue Jun 1 14:25:00 2021 +0200
Added chuck norris kamelet example
---
.../src/main/resources/kamelets/chuck-norris-source.kamelet.yaml | 2 ++
1 file changed, 2 insertions(+)
diff --git
a/examples/kamelet-chucknorris/src/main/resources/kamelets/chuck-norris-source.kamelet.yaml
b/examples/kamelet-chucknorris/src/main/resources/kamelets/chuck-norris-source.kamelet.yaml
index 4b41b93..42c2644 100644
---
a/examples/kamelet-chucknorris/src/main/resources/kamelets/chuck-norris-source.kamelet.yaml
+++
b/examples/kamelet-chucknorris/src/main/resources/kamelets/chuck-norris-source.kamelet.yaml
@@ -15,6 +15,7 @@ spec:
title: "Chuck Norris Source"
description: |-
Gets peridically Chuck Norris jokes from http://www.icndb.com/
+ type: object
properties:
period:
title: Period
@@ -25,6 +26,7 @@ spec:
out:
mediaType: text/plain
dependencies:
+ - "camel:kamelet"
- "camel:timer"
- "camel:http"
- "camel:jsonpath"