You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2021/12/07 11:37:43 UTC

[camel-kamelets] 07/07: Added SSH Sink Kamelet

This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a commit to branch ssh-sink
in repository https://gitbox.apache.org/repos/asf/camel-kamelets.git

commit f8639efd67d9f9031ca91c43ca2b357d6946189a
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Tue Dec 7 12:33:23 2021 +0100

    Added SSH Sink Kamelet
---
 .../camel-kamelets/src/main/resources/kamelets/ssh-sink.kamelet.yaml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/library/camel-kamelets/src/main/resources/kamelets/ssh-sink.kamelet.yaml b/library/camel-kamelets/src/main/resources/kamelets/ssh-sink.kamelet.yaml
index a66c195..4875916 100644
--- a/library/camel-kamelets/src/main/resources/kamelets/ssh-sink.kamelet.yaml
+++ b/library/camel-kamelets/src/main/resources/kamelets/ssh-sink.kamelet.yaml
@@ -61,6 +61,11 @@ spec:
         x-descriptors:
         - urn:alm:descriptor:com.tectonic.ui:password
         - urn:camel:group:credentials
+  types:
+    in:
+      mediaType: text/plain
+    out:
+      mediaType: text/plain
   dependencies:
     - "camel:ssh"
     - "camel:gson"