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 2022/01/24 22:12:00 UTC

[camel-kamelets] branch main updated: Regen for commit a5aa8c6bf8bc26da8029494ad0b2209ff48c5884

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 41cf12f  Regen for commit a5aa8c6bf8bc26da8029494ad0b2209ff48c5884
41cf12f is described below

commit 41cf12fb1bffd64f14ae16223b5db5e5bb460c85
Author: oscerd <os...@users.noreply.github.com>
AuthorDate: Mon Jan 24 22:09:07 2022 +0000

    Regen for commit a5aa8c6bf8bc26da8029494ad0b2209ff48c5884
    
    Signed-off-by: GitHub <no...@github.com>
---
 .../src/main/resources/kamelets/has-header-filter-action.kamelet.yaml   | 2 +-
 .../src/main/resources/kamelets/insert-header-action.kamelet.yaml       | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/library/camel-kamelets/src/main/resources/kamelets/has-header-filter-action.kamelet.yaml b/library/camel-kamelets/src/main/resources/kamelets/has-header-filter-action.kamelet.yaml
index 22abb50..3a5716b 100644
--- a/library/camel-kamelets/src/main/resources/kamelets/has-header-filter-action.kamelet.yaml
+++ b/library/camel-kamelets/src/main/resources/kamelets/has-header-filter-action.kamelet.yaml
@@ -35,7 +35,7 @@ spec:
     properties:
       name:
         title: Header Name
-        description: The header name to evaluate
+        description: The header name to evaluate. The header name must be passed by the source Kamelet. For Knative only, the name of the header requires a CloudEvent (ce-) prefix.
         type: string
         example: headerName
       value:
diff --git a/library/camel-kamelets/src/main/resources/kamelets/insert-header-action.kamelet.yaml b/library/camel-kamelets/src/main/resources/kamelets/insert-header-action.kamelet.yaml
index ba2ebd7..1fac73d 100644
--- a/library/camel-kamelets/src/main/resources/kamelets/insert-header-action.kamelet.yaml
+++ b/library/camel-kamelets/src/main/resources/kamelets/insert-header-action.kamelet.yaml
@@ -36,7 +36,7 @@ spec:
     properties:
       name:
         title: Name
-        description: The name of the header to be added
+        description: The name of the header to be added. For Knative only, the name of the header requires a CloudEvent (ce-) prefix.
         type: string
         example: headername
       value: