From 8eb6a23b06168df6a827626052b5280365b9e1bd Mon Sep 17 00:00:00 2001 From: mike12345567 Date: Thu, 1 Apr 2021 16:51:49 +0100 Subject: [PATCH] Fixing invalid spacing in envoy yaml. --- hosting/envoy.dev.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hosting/envoy.dev.yaml b/hosting/envoy.dev.yaml index bcb0463117..17c6a453de 100644 --- a/hosting/envoy.dev.yaml +++ b/hosting/envoy.dev.yaml @@ -30,8 +30,8 @@ static_resources: route: cluster: server-dev - - match: { prefix: "/app_" } - route: + - match: { prefix: "/app_" } + route: cluster: server-dev - match: { prefix: "/builder/" }