- Explicitly providing kafka parameters in the application-helm file to
  be overridden later from the charts
- https://jira.onap.org/browse/CPS-1088 - adding missed OOM chart update
  coz of this task
- temporarily enabling the DEBUG level logs
Issue-ID: CPS-1510
Change-Id: I5a82771042f9a2f700172549ac561bc73ff35906
Signed-off-by: mpriyank <priyank.maheshwari@est.tech>
 #    spring.config.min-size: 10
 
   additional:
-    notification.data-updated.enabled: true
+    notification.enabled: true
     notification.data-updated.topic: &dataUpdatedTopic cps.data-updated-events
     notification.data-updated.filters.enabled-dataspaces: ""
     notification.async.enabled: false
 
       onap:
         cps: {{ .Values.logging.cps }}
 
+spring.kafka.bootstrap-servers: {{ include "common.release" . }}-strimzi-kafka-bootstrap:9092
+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 }}
 
 #    spring.config.min-size: 10
 
 logging:
-  level: INFO
+  level: DEBUG
   cps: DEBUG
   path: /tmp