Updating charts to use common resource template
[oom.git] / kubernetes / clamp / templates / deployment.yaml
index 4dc12c3..4e6d1d1 100644 (file)
@@ -97,7 +97,7 @@ spec:
                   name: {{ template "common.fullname" . }}
                   key: spring_application_json
           resources:
-{{ toYaml .Values.resources | indent 12 }}
+{{ include "common.resources" . | indent 12 }}
         {{- if .Values.nodeSelector }}
         nodeSelector:
 {{ toYaml .Values.nodeSelector | indent 10 }}