aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xhelm/policy/components/policy-drools-pdp/resources/configmaps/base.conf3
1 files changed, 3 insertions, 0 deletions
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