Skip to content

Commit

Permalink
fix server.yaml with correct name (envoyproxy#2457)
Browse files Browse the repository at this point in the history
Signed-off-by: Mandar Jog <mjog@google.com>
  • Loading branch information
mandarjog authored and istio-testing committed Oct 11, 2019
1 parent c0af782 commit 567a04e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ PATH := /usr/lib/llvm-8/bin:$(PATH)
VERBOSE ?=
ifeq "$(VERBOSE)" "1"
BAZEL_STARTUP_ARGS := --client_debug $(BAZEL_STARTUP_ARGS)
BAZEL_BUILD_ARGS := -s $(BAZEL_BUILD_ARGS)
BAZEL_BUILD_ARGS := -s --sandbox_debug --verbose_failures $(BAZEL_BUILD_ARGS)
endif

UNAME := $(shell uname)
Expand Down
4 changes: 2 additions & 2 deletions extensions/stats/testdata/server.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -89,15 +89,15 @@ static_resources:
route:
cluster: web_service
http_filters:
- name: envoy.wasm
- name: envoy.filters.http.wasm
config:
config:
vm_config:
runtime: envoy.wasm.runtime.null
code:
inline_string: "envoy.wasm.metadata_exchange"
configuration: "test"
- name: envoy.wasm
- name: envoy.filters.http.wasm
config:
config:
vm_config:
Expand Down

0 comments on commit 567a04e

Please sign in to comment.