This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel-kamelets.git
commit 9abdf5ba5bf24308fe4fccc3e6d1996d79958912 Author: Andrea Cosentino <[email protected]> AuthorDate: Wed Apr 28 14:19:43 2021 +0200 Cron Source Kamelet better description in properties --- cron-source.kamelet.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cron-source.kamelet.yaml b/cron-source.kamelet.yaml index 6e0266c..2a50c98 100644 --- a/cron-source.kamelet.yaml +++ b/cron-source.kamelet.yaml @@ -18,7 +18,7 @@ spec: properties: schedule: title: Cron Schedule - description: A cron expression that will be used to generate events + description: A cron expression that will be used to trigger events generations type: string example: "0/3 10 * * * ?" message:
