Skip to content

Commit

Permalink
CSB-645: CSB example kamelet-chucknorris fails
Browse files Browse the repository at this point in the history
backport of:  #1043 Fix chuck-norris kamelet to use a new online service that works.

apache/camel-kamelets#1043
  • Loading branch information
luigidemasi authored and cunningt committed Nov 7, 2022
1 parent 0c442c7 commit 7cc9337
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ spec:
definition:
title: "Chuck Norris Source"
description: |-
Gets peridically Chuck Norris jokes from http://www.icndb.com/
Gets peridically Chuck Norris jokes from https://api.chucknorris.io/
type: object
properties:
period:
Expand All @@ -36,7 +36,7 @@ spec:
parameters:
period: "{{period}}"
steps:
- to: "http://api.icndb.com/jokes/random"
- to: "https://api.chucknorris.io/jokes/random?category=dev"
- set-body:
jsonpath: "$.value.joke"
jsonpath: "$.value"
- to: "kamelet:sink"

0 comments on commit 7cc9337

Please sign in to comment.