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


The following commit(s) were added to refs/heads/main by this push:
     new 7a08d056c Kamelets Catalog - Make the description a one liner - CEPH 
Kamelets (#2561)
7a08d056c is described below

commit 7a08d056cc850c5b5a55c18c60e8a5c56e541c04
Author: Andrea Cosentino <[email protected]>
AuthorDate: Wed Sep 3 09:59:06 2025 +0200

    Kamelets Catalog - Make the description a one liner - CEPH Kamelets (#2561)
    
    * Kamelets Catalog - Make the description a one liner - CEPH Sink
    
    Signed-off-by: Andrea Cosentino <[email protected]>
    
    * Kamelets Catalog - Make the description a one liner - CEPH Source
    
    Signed-off-by: Andrea Cosentino <[email protected]>
    
    ---------
    
    Signed-off-by: Andrea Cosentino <[email protected]>
---
 docs/modules/ROOT/partials/ceph-sink-description.adoc         | 11 +++++++++++
 docs/modules/ROOT/partials/ceph-source-description.adoc       |  5 +++++
 kamelets/ceph-sink.kamelet.yaml                               |  7 +------
 kamelets/ceph-source.kamelet.yaml                             |  4 +---
 .../src/main/resources/kamelets/ceph-sink.kamelet.yaml        |  7 +------
 .../src/main/resources/kamelets/ceph-source.kamelet.yaml      |  4 +---
 6 files changed, 20 insertions(+), 18 deletions(-)

diff --git a/docs/modules/ROOT/partials/ceph-sink-description.adoc 
b/docs/modules/ROOT/partials/ceph-sink-description.adoc
new file mode 100644
index 000000000..3481d8619
--- /dev/null
+++ b/docs/modules/ROOT/partials/ceph-sink-description.adoc
@@ -0,0 +1,11 @@
+== CEPH Sink Kamelet Description
+
+=== Authentication methods
+
+In this Kamelet you need to use static credentials
+
+=== Optional Headers
+
+In the header, you can optionally set the `file` / `ce-file` property to 
specify the name of the file to upload.
+
+If you do not set the property in the header, the Kamelet uses the exchange ID 
for the file name.
diff --git a/docs/modules/ROOT/partials/ceph-source-description.adoc 
b/docs/modules/ROOT/partials/ceph-source-description.adoc
new file mode 100644
index 000000000..24c49253a
--- /dev/null
+++ b/docs/modules/ROOT/partials/ceph-source-description.adoc
@@ -0,0 +1,5 @@
+== CEPH Source Kamelet Description
+
+=== Authentication methods
+
+In this Kamelet you need to use static credentials
diff --git a/kamelets/ceph-sink.kamelet.yaml b/kamelets/ceph-sink.kamelet.yaml
index 72846d918..364a71bb8 100644
--- a/kamelets/ceph-sink.kamelet.yaml
+++ b/kamelets/ceph-sink.kamelet.yaml
@@ -31,12 +31,7 @@ metadata:
 spec:
   definition:
     title: "Ceph Sink"
-    description: |-
-      Upload data to an Ceph Bucket managed by a Object Storage Gateway.
-
-      In the header, you can optionally set the `file` / `ce-file` property to 
specify the name of the file to upload.
-
-      If you do not set the property in the header, the Kamelet uses the 
exchange ID for the file name.
+    description: Upload data to an Ceph Bucket managed by a Object Storage 
Gateway.
     required:
       - cephUrl
       - accessKey
diff --git a/kamelets/ceph-source.kamelet.yaml 
b/kamelets/ceph-source.kamelet.yaml
index 21c7db8d3..74b328e31 100644
--- a/kamelets/ceph-source.kamelet.yaml
+++ b/kamelets/ceph-source.kamelet.yaml
@@ -31,9 +31,7 @@ metadata:
 spec:
   definition:
     title: "Ceph Source"
-    description: |-
-      Receive data from an Ceph Bucket, managed by a Object Storage Gateway.
-
+    description: Receive data from an Ceph Bucket, managed by a Object Storage 
Gateway.
     required:
       - cephUrl
       - accessKey
diff --git 
a/library/camel-kamelets/src/main/resources/kamelets/ceph-sink.kamelet.yaml 
b/library/camel-kamelets/src/main/resources/kamelets/ceph-sink.kamelet.yaml
index 72846d918..364a71bb8 100644
--- a/library/camel-kamelets/src/main/resources/kamelets/ceph-sink.kamelet.yaml
+++ b/library/camel-kamelets/src/main/resources/kamelets/ceph-sink.kamelet.yaml
@@ -31,12 +31,7 @@ metadata:
 spec:
   definition:
     title: "Ceph Sink"
-    description: |-
-      Upload data to an Ceph Bucket managed by a Object Storage Gateway.
-
-      In the header, you can optionally set the `file` / `ce-file` property to 
specify the name of the file to upload.
-
-      If you do not set the property in the header, the Kamelet uses the 
exchange ID for the file name.
+    description: Upload data to an Ceph Bucket managed by a Object Storage 
Gateway.
     required:
       - cephUrl
       - accessKey
diff --git 
a/library/camel-kamelets/src/main/resources/kamelets/ceph-source.kamelet.yaml 
b/library/camel-kamelets/src/main/resources/kamelets/ceph-source.kamelet.yaml
index 21c7db8d3..74b328e31 100644
--- 
a/library/camel-kamelets/src/main/resources/kamelets/ceph-source.kamelet.yaml
+++ 
b/library/camel-kamelets/src/main/resources/kamelets/ceph-source.kamelet.yaml
@@ -31,9 +31,7 @@ metadata:
 spec:
   definition:
     title: "Ceph Source"
-    description: |-
-      Receive data from an Ceph Bucket, managed by a Object Storage Gateway.
-
+    description: Receive data from an Ceph Bucket, managed by a Object Storage 
Gateway.
     required:
       - cephUrl
       - accessKey

Reply via email to