Merge "Migrate OOF to v14 AAI schema"
[oom.git] / kubernetes / aai / charts / aai-gizmo / templates / deployment.yaml
index 0fb8552..278a8f5 100644 (file)
@@ -89,7 +89,7 @@ spec:
             name: {{ include "common.fullname" . }}-logback-config
             subPath: logback.xml
           resources:
-{{ toYaml .Values.resources | indent 12 }}
+{{ include "common.resources" . | indent 12 }}
         {{- if .Values.nodeSelector }}
         nodeSelector:
 {{ toYaml .Values.nodeSelector | indent 10 }}