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 eb39ce37381ccb6c39e354a6e2bc30212e1eea62
Author: Andrea Cosentino <[email protected]>
AuthorDate: Mon Dec 6 15:03:40 2021 +0100

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

diff --git 
a/library/camel-kamelets/src/main/resources/kamelets/protobuf-deserialize-action.kamelet.yaml
 
b/library/camel-kamelets/src/main/resources/kamelets/protobuf-deserialize-action.kamelet.yaml
index ea87729..e9f08ff 100644
--- 
a/library/camel-kamelets/src/main/resources/kamelets/protobuf-deserialize-action.kamelet.yaml
+++ 
b/library/camel-kamelets/src/main/resources/kamelets/protobuf-deserialize-action.kamelet.yaml
@@ -59,4 +59,4 @@ spec:
       - remove-property:
           property-name: schema
       - remove-header:
-          header-name: "Content-Type"
+          name: "Content-Type"

Reply via email to