mirror of https://github.com/dapr/samples.git
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:
parent
d3a6145ec0
commit
75f05f65f6
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue