From 04d34a4f8392a27c529636de3f2f22369b62bcb5 Mon Sep 17 00:00:00 2001 From: Le Van Nghia Date: Fri, 2 Jul 2021 22:59:21 +0900 Subject: [PATCH] Fix typo in envoy config --- manifests/pipecd/templates/envoy-configmap.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/pipecd/templates/envoy-configmap.yaml b/manifests/pipecd/templates/envoy-configmap.yaml index d25fc02593..7352eba7c1 100644 --- a/manifests/pipecd/templates/envoy-configmap.yaml +++ b/manifests/pipecd/templates/envoy-configmap.yaml @@ -47,7 +47,7 @@ data: cors: allow_origin_string_match: {{- range .Values.cors.allowOrigins }} - - extract: {{ . }} + - exact: {{ . }} {{- end }} allow_methods: GET, PUT, DELETE, POST, OPTIONS allow_headers: keep-alive,user-agent,cache-control,content-type,content-transfer-encoding,custom-header-1,x-accept-content-transfer-encoding,x-accept-response-streaming,x-user-agent,x-grpc-web,grpc-timeout,authorization