Updating charts to use common resource template
[oom.git] / kubernetes / clamp / charts / mariadb / templates / deployment.yaml
index 06c7cb7..47d37bd 100644 (file)
@@ -73,7 +73,7 @@ spec:
           - mountPath: /var/lib/mysql
             name: clamp-mariadb-data
           resources:
-{{ toYaml .Values.resources | indent 12 }}
+{{ include "common.resources" . | indent 12 }}
         {{- if .Values.nodeSelector }}
         nodeSelector:
 {{ toYaml .Values.nodeSelector | indent 10 }}