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 2023/10/09 11:17:51 UTC

[camel-kamelets] branch main updated: Regen for commit cfc89e8abcbdf1b6ddab6be022a9c36a048812de (#1678)

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 c34938b8 Regen for commit cfc89e8abcbdf1b6ddab6be022a9c36a048812de (#1678)
c34938b8 is described below

commit c34938b871ae42859949221cba4c622eafbe7885
Author: github-actions[bot] <41...@users.noreply.github.com>
AuthorDate: Mon Oct 9 13:17:44 2023 +0200

    Regen for commit cfc89e8abcbdf1b6ddab6be022a9c36a048812de (#1678)
    
    Signed-off-by: GitHub <no...@github.com>
    Co-authored-by: oscerd <os...@users.noreply.github.com>
---
 .../camel-kamelets/src/main/resources/kamelets/beer-source.kamelet.yaml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/library/camel-kamelets/src/main/resources/kamelets/beer-source.kamelet.yaml b/library/camel-kamelets/src/main/resources/kamelets/beer-source.kamelet.yaml
index b21d3c15..c389a9b4 100644
--- a/library/camel-kamelets/src/main/resources/kamelets/beer-source.kamelet.yaml
+++ b/library/camel-kamelets/src/main/resources/kamelets/beer-source.kamelet.yaml
@@ -36,4 +36,6 @@ spec:
         period: "{{period}}"
       steps:
       - to: https://random-data-api.com/api/beer/random_beer
+      - removeHeaders:
+        pattern: '*'
       - to: "kamelet:sink"