From 29ede226bd4845df907fcdb171d759fe3aa7b7eb Mon Sep 17 00:00:00 2001
From: Sanjeev Pellikoduku <SPellikoduku@slb.com>
Date: Mon, 20 Sep 2021 12:14:05 -0500
Subject: [PATCH] updated allow headers

---
 devops/azure/chart/templates/virtual-service.yaml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/devops/azure/chart/templates/virtual-service.yaml b/devops/azure/chart/templates/virtual-service.yaml
index bc85cb87b..8229d1126 100644
--- a/devops/azure/chart/templates/virtual-service.yaml
+++ b/devops/azure/chart/templates/virtual-service.yaml
@@ -26,6 +26,7 @@ spec:
       - Authorization
       - Data-Partition-Id
       - Correlation-Id
+      - Content-Type
       allowMethods:
       - POST
       - GET
-- 
GitLab