From b6ead1eaa7f77c0cdad9f8afe51cdb5fd0f678bb Mon Sep 17 00:00:00 2001 From: jmac Date: Tue, 18 Sep 2018 15:02:29 +0000 Subject: add missing properties for SDNC DMaaP listener Change-Id: I7a9f462d1e494e2f9b5ab5df78c2b406aa1bde4d Signed-off-by: jmac Issue-ID: SDNC-454 --- kubernetes/sdnc/charts/dmaap-listener/templates/deployment.yaml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'kubernetes/sdnc/charts/dmaap-listener/templates/deployment.yaml') diff --git a/kubernetes/sdnc/charts/dmaap-listener/templates/deployment.yaml b/kubernetes/sdnc/charts/dmaap-listener/templates/deployment.yaml index a649a077ed..d69d67dfc4 100644 --- a/kubernetes/sdnc/charts/dmaap-listener/templates/deployment.yaml +++ b/kubernetes/sdnc/charts/dmaap-listener/templates/deployment.yaml @@ -73,6 +73,9 @@ spec: - mountPath: {{ .Values.config.configDir }}/lcm.properties name: properties subPath: lcm.properties + - mountPath: {{ .Values.config.configDir }}/aai.properties + name: properties + subPath: aai.properties resources: {{ toYaml (pluck .Values.flavor .Values.resources| first) | indent 12 }} {{- if .Values.nodeSelector }} -- cgit 1.2.3-korg