This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch fix-cron-docs in repository https://gitbox.apache.org/repos/asf/camel-k.git
commit 42fa4ab8c6ac109db0336d1ed6ec77369dcc0265 Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Wed Apr 15 14:41:41 2020 +0200 Fixed cron trait docs --- docs/modules/ROOT/pages/traits/cron.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/modules/ROOT/pages/traits/cron.adoc b/docs/modules/ROOT/pages/traits/cron.adoc index 6e6b1ba..e1f5441 100755 --- a/docs/modules/ROOT/pages/traits/cron.adoc +++ b/docs/modules/ROOT/pages/traits/cron.adoc @@ -13,7 +13,7 @@ Integrations that start from the following components are evaluated by the cron The rules for using a Kubernetes CronJob are the following: - `timer`: when periods can be written as cron expressions. E.g. `timer:tick?period=60000`. - `cron`, `quartz`: when the cron expression does not contain seconds (or the "seconds" part is set to 0). E.g. - `cron:tab?schedule=0/2+*+*+*+?` or `quartz:trigger?cron=0+0/2+*+*+*+?`. + `cron:tab?schedule=0/2{plus}*{plus}*{plus}*{plus}?` or `quartz:trigger?cron=0{plus}0/2{plus}*{plus}*{plus}*{plus}?`. This trait is available in the following profiles: **Kubernetes, Knative, OpenShift**.