Skip to content

Commit

Permalink
Switch Azure Functions Kamelet to Vertx-HTTP
Browse files Browse the repository at this point in the history
  • Loading branch information
oscerd committed Jul 18, 2022
1 parent 1e38e7b commit bb0d5ef
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions kamelets/azure-functions-sink.kamelet.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ spec:
- urn:alm:descriptor:com.tectonic.ui:password
- urn:camel:group:credentials
dependencies:
- "camel:http"
- "camel:vertx-http"
- "camel:kamelet"
- "camel:core"
template:
Expand All @@ -66,4 +66,4 @@ spec:
- set-header:
name: CamelHttpMethod
constant: "{{method}}"
- to: "{{url}}?code={{?key}}"
- to: "vertx-http:{{url}}?code={{?key}}"
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ spec:
- urn:alm:descriptor:com.tectonic.ui:password
- urn:camel:group:credentials
dependencies:
- "camel:http"
- "camel:vertx-http"
- "camel:kamelet"
- "camel:core"
template:
Expand All @@ -66,4 +66,4 @@ spec:
- set-header:
name: CamelHttpMethod
constant: "{{method}}"
- to: "{{url}}?code={{?key}}"
- to: "vertx-http:{{url}}?code={{?key}}"

0 comments on commit bb0d5ef

Please sign in to comment.