Merge "Migrate OOF to v14 AAI schema"
[oom.git] / kubernetes / pomba / charts / pomba-elasticsearch / templates / deployment.yaml
index c4491b9..93b5539 100644 (file)
@@ -88,7 +88,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 }}