From 6b7f8deef033b8a21f72cbc8d9a575905bdc2f5d Mon Sep 17 00:00:00 2001
From: Sviatoslav Nekhaienko <snekhaienko@slb.com>
Date: Thu, 26 Nov 2020 13:06:58 +0200
Subject: [PATCH] restore STORAGE_SCHEMA_HOST

---
 devops/azure/chart/templates/deployment.yaml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/devops/azure/chart/templates/deployment.yaml b/devops/azure/chart/templates/deployment.yaml
index 77103ebed..42c8e4ffd 100644
--- a/devops/azure/chart/templates/deployment.yaml
+++ b/devops/azure/chart/templates/deployment.yaml
@@ -102,6 +102,8 @@ spec:
           value: http://schema/api/schema-service/v1/schema
         - name: storage_service_url
           value: http://storage/api/storage/v2
+        - name: STORAGE_SCHEMA_HOST
+          value: http://storage/api/storage/v2/schemas
         - name: STORAGE_QUERY_RECORD_FOR_CONVERSION_HOST
           value: http://storage/api/storage/v2/query/records:batch
         - name: STORAGE_QUERY_RECORD_HOST
-- 
GitLab