From 6fc407db4f8cf62fcf6ce2fba332cdb9a8762bf2 Mon Sep 17 00:00:00 2001 From: mpriyank Date: Fri, 21 Apr 2023 15:24:10 +0100 Subject: [CPS] Parameterize topics in application - parameterize the topics for both cps-ncmp and ncmp-dmi-plugin code - Also copy the globally defined topics to the more specific place. - In the next patch will remove the global topics and users info. Issue-ID: CPS-1612 Change-Id: Ibf38dd96857ed50a101279a11ded915f86be3d65 Signed-off-by: mpriyank --- .../cps/components/cps-core/resources/config/application-helm.yml | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'kubernetes/cps/components/cps-core/resources/config/application-helm.yml') diff --git a/kubernetes/cps/components/cps-core/resources/config/application-helm.yml b/kubernetes/cps/components/cps-core/resources/config/application-helm.yml index fd3068e6a6..842395f71e 100644 --- a/kubernetes/cps/components/cps-core/resources/config/application-helm.yml +++ b/kubernetes/cps/components/cps-core/resources/config/application-helm.yml @@ -62,6 +62,11 @@ spring.kafka.security.protocol: SASL_PLAINTEXT spring.kafka.properties.sasl.mechanism: {{ .Values.kafkaUser.authenticationType | upper }} spring.kafka.properties.sasl.jaas.config: ${SASL_JAAS_CONFIG} +# Kafka Topics +{{- if .Values.topics.config }} +{{ toYaml .Values.topics.config | nindent 2 }} +{{- end }} + {{- if .Values.config.additional }} {{ toYaml .Values.config.additional | nindent 2 }} {{- end }} -- cgit 1.2.3-korg