This is an automated email from the ASF dual-hosted git repository. nferraro pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel-kamelets.git
commit be4f6744774c4cc8449b333f73bbbe5d8acb2e6c Author: Andrea Cosentino <[email protected]> AuthorDate: Thu Mar 18 15:54:04 2021 +0100 File-watch: Fixed description --- docs/modules/ROOT/pages/file-watch-source.adoc | 2 +- file-watch-source.kamelet.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/modules/ROOT/pages/file-watch-source.adoc b/docs/modules/ROOT/pages/file-watch-source.adoc index 7e4769a..4cc21b9 100644 --- a/docs/modules/ROOT/pages/file-watch-source.adoc +++ b/docs/modules/ROOT/pages/file-watch-source.adoc @@ -3,7 +3,7 @@ *Provided by: "Apache Software Foundation"* -Receive events related to a file or folder. +Receive events related to a file or folder. It may require a volume mounting on Kubernetes. == Configuration Options diff --git a/file-watch-source.kamelet.yaml b/file-watch-source.kamelet.yaml index 7471f87..415a7d4 100644 --- a/file-watch-source.kamelet.yaml +++ b/file-watch-source.kamelet.yaml @@ -11,7 +11,7 @@ spec: definition: title: "File Watch Source" description: |- - Receive events related to a file or folder. + Receive events related to a file or folder. It may require a volume mounting on Kubernetes. required: - path - events -- To unsubscrube, please email [email protected]
