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

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

commit e741e308ff6652cead1c7139df20417b8d355505
Author: Andrea Cosentino <[email protected]>
AuthorDate: Mon Dec 6 15:02:21 2021 +0100

    The remove-header-name EIP should use name instead of header-name
---
 .../camel-kamelets/src/main/resources/kamelets/http-sink.kamelet.yaml   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/library/camel-kamelets/src/main/resources/kamelets/http-sink.kamelet.yaml 
b/library/camel-kamelets/src/main/resources/kamelets/http-sink.kamelet.yaml
index 99ba817..ca171fc 100644
--- a/library/camel-kamelets/src/main/resources/kamelets/http-sink.kamelet.yaml
+++ b/library/camel-kamelets/src/main/resources/kamelets/http-sink.kamelet.yaml
@@ -54,7 +54,7 @@ spec:
       uri: kamelet:source
       steps:
       - remove-header:
-          header-name: CamelHttpUri
+          name: CamelHttpUri
       - set-header:
           name: CamelHttpMethod
           constant: "{{method}}"

Reply via email to