This is an automated email from the ASF dual-hosted git repository. nferraro pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel-kamelets.git
The following commit(s) were added to refs/heads/main by this push: new d3f7939 Regen for commit d3d82d90a96d8fabe2ffc481b5e5ea3d6e4ff2cd d3f7939 is described below commit d3f7939f04a124239e6304c871c9e88978fa72f5 Author: nicolaferraro <nicolaferr...@users.noreply.github.com> AuthorDate: Tue Jul 6 15:29:08 2021 +0000 Regen for commit d3d82d90a96d8fabe2ffc481b5e5ea3d6e4ff2cd Signed-off-by: GitHub <nore...@github.com> --- .../src/main/resources/kamelets/infinispan-source.kamelet.yaml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/library/camel-kamelets-catalog/src/main/resources/kamelets/infinispan-source.kamelet.yaml b/library/camel-kamelets-catalog/src/main/resources/kamelets/infinispan-source.kamelet.yaml index aaf6f50..7ea50c2 100644 --- a/library/camel-kamelets-catalog/src/main/resources/kamelets/infinispan-source.kamelet.yaml +++ b/library/camel-kamelets-catalog/src/main/resources/kamelets/infinispan-source.kamelet.yaml @@ -25,12 +25,16 @@ spec: description: |- Get Events from an Infinispan cache required: + - cacheName - hosts - username - password - - hosts type: object properties: + cacheName: + title: Cache Name + description: The name of the Infinispan cache to use + type: String hosts: title: Hosts description: Specifies the host of the cache on Infinispan instance