Bump up version to 1.3.0-SNAPSHOT
[oom.git] / kubernetes / dmaap / charts / dmaap-data-router / charts / dmaap-dr-node / templates / deployment.yaml
index 2aae2d0..8488758 100644 (file)
@@ -83,7 +83,7 @@ spec:
                 command:
                 - /opt/app/datartr/etc/createFeed.sh
           resources:
-{{ toYaml .Values.resources | indent 12 }}
+{{ include "common.resources" . | indent 12 }}
         {{- if .Values.nodeSelector }}
         nodeSelector:
 {{ toYaml .Values.nodeSelector | indent 10 }}