Merge "Fix nodeSlector and Affinity for aai charts"
[oom.git] / kubernetes / aai / charts / aai-graphadmin / templates / job.yaml
index a6784aa..a62202b 100644 (file)
@@ -111,7 +111,7 @@ spec:
           subPath: {{ . }}
           {{ end }}
         resources:
-{{ include "common.resources" . | indent 10 }}
+{{ include "common.resources" . }}
       {{- if .Values.nodeSelector }}
       nodeSelector:
 {{ toYaml .Values.nodeSelector | indent 8 }}