Updating charts to use common resource template
[oom.git] / kubernetes / common / controller-blueprints / templates / deployment.yaml
index 18fb165..15ed32f 100644 (file)
@@ -108,7 +108,7 @@ spec:
             name: {{ include "common.fullname" . }}-config
             subPath: logback.xml
           resources:
-{{ toYaml .Values.resources | indent 12 }}
+{{ include "common.resources" . | indent 12 }}
         {{- if .Values.nodeSelector }}
         nodeSelector:
 {{ toYaml .Values.nodeSelector | indent 10 }}