From 85d72b9d2eba6a7adbc5dc733da6ff6b5bc4cc04 Mon Sep 17 00:00:00 2001 From: waynedunican Date: Thu, 21 Nov 2024 08:58:50 +0000 Subject: [PATCH] Fix for drools-pdp helm chart Issue-ID: POLICY-5152 Change-Id: I314f0b7bb2b275440d196e6f8d24f0cc70a5d576 Signed-off-by: waynedunican --- .../policy/components/policy-drools-pdp/resources/configmaps/base.conf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/helm/policy/components/policy-drools-pdp/resources/configmaps/base.conf b/helm/policy/components/policy-drools-pdp/resources/configmaps/base.conf index c004c6fa..1b976c60 100755 --- a/helm/policy/components/policy-drools-pdp/resources/configmaps/base.conf +++ b/helm/policy/components/policy-drools-pdp/resources/configmaps/base.conf @@ -122,3 +122,6 @@ SDNC_CONTEXT_URI=restconf/operations/ CDS_GRPC_HOST={{.Values.cds.grpc.svcName}} CDS_GRPC_PORT={{.Values.cds.grpc.svcPort}} + +# KAFKA +KAFKA_SERVERS={{.Values.global.kafkaServer}}:9092 -- 2.16.6