Skip to content

Commit 830fbd4

Browse files
committed
fix e2e
Signed-off-by: zirain <zirain2009@gmail.com>
1 parent 62a8dae commit 830fbd4

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

test/e2e/testdata/envoy-patch-policy.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,8 @@ spec:
116116
type: JSONPatch
117117
jsonPatches:
118118
- type: "type.googleapis.com/envoy.config.listener.v3.Listener"
119-
name: "*"
119+
nameSelector:
120+
safeRegex: ".*"
120121
operation:
121122
op: add
122123
path: "/default_filter_chain/filters/0/typed_config/local_reply_config"

0 commit comments

Comments
 (0)