Updating charts to use common resource template
[oom.git] / kubernetes / dmaap / charts / dmaap-data-router / charts / dmaap-dr-db / templates / deployment.yaml
index 6b19804..bf54491 100644 (file)
@@ -77,7 +77,7 @@ spec:
           - mountPath: /var/lib/mysql
             name: mariadb-data
           resources:
-{{ toYaml .Values.resources | indent 12 }}
+{{ include "common.resources" . | indent 12 }}
         {{- if .Values.nodeSelector }}
         nodeSelector:
 {{ toYaml .Values.nodeSelector | indent 10 }}