Skip to content

Commit d375860

Browse files
authored
server: remove v2-config-only cli option (#90)
This option was removed upstream as part of the v1 API deprecation. Signed-off-by: Snow Pettersen <[email protected]>
1 parent 277ce06 commit d375860

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/src/test/resources/envoy/launch_envoy.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@ echo "${CONFIG}" | sed -e "s/HOST_IP/${HOST_IP}/g" -e "s/HOST_PORT/${HOST_PORT}/
1313
cat "${CONFIG_FILE}"
1414

1515
shift 2
16-
/usr/local/bin/envoy --drain-time-s 1 --v2-config-only -c "${CONFIG_FILE}" "$@"
16+
/usr/local/bin/envoy --drain-time-s 1 -c "${CONFIG_FILE}" "$@"
1717

1818
rm -rf "${CONFIG_DIR}"

0 commit comments

Comments
 (0)