Merge "improve logstash parsing"
[oom.git] / kubernetes / sdnc / charts / dmaap-listener / templates / deployment.yaml
index a649a07..d69d67d 100644 (file)
@@ -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 }}