Fix nodeSlector and Affinity for aai charts
[oom.git] / kubernetes / aai / charts / aai-graphadmin / templates / job.yaml
index cdcf2b1..eb33cc6 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 }}