fix: INSERT_BEFORE to INSERT_FIRST (#11855)

This commit is contained in:
Ikumi Nakamura 2022-09-13 02:13:53 +09:00 committed by GitHub
parent 7eb55cd3d2
commit 0f38047c55
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -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:

View File

@ -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: