From c81d8f2f7965ea2a1b4289c81fa065627aa27d0d Mon Sep 17 00:00:00 2001
From: Yauheni Rykhter <yauheni_rykhter@epam.com>
Date: Thu, 31 Aug 2023 10:32:50 +0400
Subject: [PATCH] GONRG-7679: update policy bootstrap

---
 devops/gc/deploy/values.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/devops/gc/deploy/values.yaml b/devops/gc/deploy/values.yaml
index a89a67ccf..56e8add92 100644
--- a/devops/gc/deploy/values.yaml
+++ b/devops/gc/deploy/values.yaml
@@ -11,7 +11,7 @@ data:
   partitionHost: "http://partition"
   policyHost: "http://policy"
   indexerHost: "http://indexer"
-  policyId: "osdu.instance.search"
+  policyId: 'osdu.partition["%s"].search'
   securityHttpsCertificateTrust: "true"
   servicePolicyEnabled: true
   # Deployments
-- 
GitLab