Merge "Migrate OOF to v14 AAI schema"
[oom.git] / kubernetes / common / mysql / templates / statefulset.yaml
index 0f340f0..1744940 100644 (file)
@@ -147,7 +147,7 @@ spec:
           - mountPath: /etc/mysql/conf.d
             name: conf
           resources:
-{{ toYaml .Values.resources | indent 12 }}
+{{ include "common.resources" . | indent 12 }}
         {{- if .Values.nodeSelector }}
         nodeSelector:
 {{ toYaml .Values.nodeSelector | indent 10 }}