Updating charts to use common resource template
[oom.git] / kubernetes / msb / charts / msb-discovery / templates / deployment.yaml
index 4c349ef..eb99c94 100644 (file)
@@ -77,7 +77,7 @@ spec:
           - mountPath: /usr/local/discover-works/logs
             name: {{ include "common.fullname" . }}-logs
           resources:
-{{ toYaml .Values.resources | indent 12 }}
+{{ include "common.resources" . | indent 12 }}
         {{- if .Values.nodeSelector }}
         nodeSelector:
 {{ toYaml .Values.nodeSelector | indent 10 }}