From fb475add9189b557ad79245baeac9e4962f8040f Mon Sep 17 00:00:00 2001 From: mpriyank Date: Thu, 30 Mar 2023 15:45:07 +0100 Subject: [CPS] Add topics and parameters Add few topic for cps-and-ncmp and ncmp-dmi-plugin. Followed the approach to globally provide the topics and user access ALL for all the topics at the moment. Issue-ID: CPS-1534 Change-Id: Ic184df5ab74d269fe9aeeadac3d89da16a3f84f1 Signed-off-by: mpriyank --- .../cps/components/ncmp-dmi-plugin/resources/config/application-helm.yml | 1 - 1 file changed, 1 deletion(-) (limited to 'kubernetes/cps/components') diff --git a/kubernetes/cps/components/ncmp-dmi-plugin/resources/config/application-helm.yml b/kubernetes/cps/components/ncmp-dmi-plugin/resources/config/application-helm.yml index 2a31c73303..1c15a2dbce 100644 --- a/kubernetes/cps/components/ncmp-dmi-plugin/resources/config/application-helm.yml +++ b/kubernetes/cps/components/ncmp-dmi-plugin/resources/config/application-helm.yml @@ -54,7 +54,6 @@ spring.kafka.security.protocol: SASL_PLAINTEXT spring.kafka.properties.sasl.mechanism: SCRAM-SHA-512 spring.kafka.properties.sasl.jaas.config: ${SASL_JAAS_CONFIG} - {{- if .Values.config.additional }} {{ toYaml .Values.config.additional | nindent 2 }} {{- end }} -- cgit 1.2.3-korg