diff options
author | 2023-04-13 13:19:07 +0000 | |
---|---|---|
committer | 2023-04-13 13:19:07 +0000 | |
commit | a1cd3d942ff9126cd9bcbce01faf45414ef29e27 (patch) | |
tree | 82a7712e0ebd6b4edf97d011447c1baf806fdf18 /kubernetes/cps/components | |
parent | 4db5f0b6fdd77b0c1fe6d57cefdb53c441f29bbf (diff) | |
parent | fb475add9189b557ad79245baeac9e4962f8040f (diff) |
Merge "[CPS] Add topics and parameters"
Diffstat (limited to 'kubernetes/cps/components')
-rw-r--r-- | kubernetes/cps/components/ncmp-dmi-plugin/resources/config/application-helm.yml | 1 |
1 files changed, 0 insertions, 1 deletions
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 }} |