component http wasm: adjust for config drift (#150)

* component http wasm: adjust for config drift

The configuration property for the wasm file is renamed per https://github.com/dapr/components-contrib/pull/2817

Signed-off-by: Adrian Cole <adrian@tetrate.io>

* fuzz

Signed-off-by: Adrian Cole <adrian@tetrate.io>

---------

Signed-off-by: Adrian Cole <adrian@tetrate.io>
This commit is contained in:
Crypt Keeper 2023-08-01 02:57:00 +08:00 committed by GitHub
parent d3a6145ec0
commit 75f05f65f6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -84,7 +84,7 @@ Now that Dapr and the Node.js app are running, you can invoke the echo method.
Here's an example using dapr
```sh
$ dapr invoke --verb GET --app-id embedded --method 1
$ dapr invoke --verb GET --app-id embedded --method 1
/v1.0/invoke/embedded/method/1
✅ App invoked successfully
```

View File

@ -6,5 +6,5 @@ spec:
type: middleware.http.wasm
version: v1
metadata:
- name: path
value: "./wasm/main.wasm"
- name: url
value: "file://wasm/main.wasm"