Skip to content

Commit

Permalink
wasm shim image env var name does not match deployment var name (#136)
Browse files Browse the repository at this point in the history
  • Loading branch information
eguzki committed Jan 17, 2023
1 parent 5c229f0 commit df0b3ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/rlptools/wasm_utils.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import (
)

var (
WASMFilterImageURL = common.FetchEnv("WASM_FILTER_IMAGE", "oci://quay.io/kuadrant/wasm-shim:latest")
WASMFilterImageURL = common.FetchEnv("RELATED_IMAGE_WASMSHIM", "oci://quay.io/kuadrant/wasm-shim:latest")
)

type GatewayAction struct {
Expand Down

0 comments on commit df0b3ba

Please sign in to comment.