diff options
author | 2024-11-25 17:16:15 +0000 | |
---|---|---|
committer | 2024-11-25 17:16:15 +0000 | |
commit | f85210b8e205aabab807ad6b6cec435c319ba0d2 (patch) | |
tree | dedb9148f5a0bea70c2a6b475e6d499dffce405b | |
parent | ae975747769999afdee21f45e55f86928ac73637 (diff) | |
parent | 85d72b9d2eba6a7adbc5dc733da6ff6b5bc4cc04 (diff) |
Merge "Fix for drools-pdp helm chart"
-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 |