mirror of https://github.com/istio/istio.io.git
fix: INSERT_BEFORE to INSERT_FIRST (#11855)
This commit is contained in:
parent
7eb55cd3d2
commit
0f38047c55
|
@ -81,7 +81,7 @@ spec:
|
|||
subFilter:
|
||||
name: "envoy.filters.http.router"
|
||||
patch:
|
||||
operation: INSERT_BEFORE
|
||||
operation: INSERT_FIRST
|
||||
value: # Lua filter specification
|
||||
name: envoy.lua
|
||||
typed_config:
|
||||
|
|
|
@ -83,7 +83,7 @@ spec:
|
|||
subFilter:
|
||||
name: "envoy.filters.http.router"
|
||||
patch:
|
||||
operation: INSERT_BEFORE
|
||||
operation: INSERT_FIRST
|
||||
value: # Lua 过滤器规范
|
||||
name: envoy.lua
|
||||
typed_config:
|
||||
|
|
Loading…
Reference in New Issue