[COMMON] Fix resources indent
[oom.git] / kubernetes / aaf / components / aaf-sms / templates / job.yaml
index 2370cf6..5aaea57 100644 (file)
@@ -191,8 +191,7 @@ spec:
             readOnly: true
           - mountPath: /preload/config
             name: {{ include "common.name" . }}-preload
-        resources:
-{{ include "common.resources" . | indent 10 }}
+        resources: {{ include "common.resources" . | nindent 10 }}
         {{- if .Values.nodeSelector }}
         nodeSelector:
 {{ toYaml .Values.nodeSelector | indent 10 }}