diff options
author | 2024-11-21 08:58:50 +0000 | |
---|---|---|
committer | 2024-11-21 08:58:58 +0000 | |
commit | 85d72b9d2eba6a7adbc5dc733da6ff6b5bc4cc04 (patch) | |
tree | 5b3fd4c1da5226018739b2314fd23f49140ae0df | |
parent | 3ed55cab7465fb2a3499cf8bee91d3c2579f5667 (diff) |
Fix for drools-pdp helm chart
Issue-ID: POLICY-5152
Change-Id: I314f0b7bb2b275440d196e6f8d24f0cc70a5d576
Signed-off-by: waynedunican <wayne.dunican@est.tech>
-rwxr-xr-x | helm/policy/components/policy-drools-pdp/resources/configmaps/base.conf | 3 |
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 |