Updating charts to use common resource template
[oom.git] / kubernetes / clamp / charts / clamp-dash-es / templates / deployment.yaml
index e933a36..d1504e0 100644 (file)
@@ -90,7 +90,7 @@ spec:
           - mountPath: /usr/share/elasticsearch/data/
             name: {{ include "common.fullname" . }}-data
           resources:
-{{ toYaml .Values.resources | indent 12 }}
+{{ include "common.resources" . | indent 12 }}
         {{- if .Values.nodeSelector }}
         nodeSelector:
 {{ toYaml .Values.nodeSelector | indent 10 }}