Updating charts to use common resource template
[oom.git] / kubernetes / sdnc / charts / dmaap-listener / templates / deployment.yaml
index 1a13cc3..7a5b1f2 100644 (file)
@@ -73,8 +73,11 @@ 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 .Values.resources | indent 12 }}
+{{ include "common.resources" . | indent 12 }}
         {{- if .Values.nodeSelector }}
         nodeSelector:
 {{ toYaml .Values.nodeSelector | indent 10 }}