Updating charts to use common resource template
[oom.git] / kubernetes / common / postgres / templates / statefulset.yaml
index 57bfdbf..3c7ae65 100644 (file)
@@ -116,7 +116,7 @@ spec:
           name: {{ include "common.fullname" . }}-backup
           readOnly: true
         resources:
-{{ toYaml .Values.resources | indent 12 }}
+{{ include "common.resources" . | indent 12 }}
         {{- if .Values.nodeSelector }}
         nodeSelector:
 {{ toYaml .Values.nodeSelector | indent 10 }}