Updating charts to use common resource template
[oom.git] / kubernetes / aai / charts / aai-graphadmin / templates / job.yaml
index 0a8ed5c..fb2ee00 100644 (file)
@@ -111,7 +111,7 @@ spec:
           subPath: {{ . }}
           {{ end }}
         resources:
-{{ toYaml .Values.resources | indent 10 }}
+{{ include "common.resources" . | indent 10 }}
       {{- if .Values.nodeSelector }}
       nodeSelector:
 {{ toYaml .Values.nodeSelector | indent 8 }}