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

commit 86fa26e30a82573af36a8a168acc9028d18a1448
Author: Andrea Cosentino <[email protected]>
AuthorDate: Thu Nov 9 09:54:51 2023 +0100

    Use only camelCase in kamelets yaml - Chuck Norris Kamelet
    
    Signed-off-by: Andrea Cosentino <[email protected]>
---
 kamelets/chuck-norris-source.kamelet.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kamelets/chuck-norris-source.kamelet.yaml 
b/kamelets/chuck-norris-source.kamelet.yaml
index 9820cf23..189e8cc3 100644
--- a/kamelets/chuck-norris-source.kamelet.yaml
+++ b/kamelets/chuck-norris-source.kamelet.yaml
@@ -56,6 +56,6 @@ spec:
         - to: "https://api.chucknorris.io/jokes/random";
         - removeHeaders:
             pattern: '*'
-        - set-body:
+        - setBody:
             jsonpath: "$.value"
         - to: "kamelet:sink"

Reply via email to