[COMMON] Fix resources indent
[oom.git] / kubernetes / sdc / components / sdc-wfd-be / templates / job.yaml
index 2e5826d..4184063 100644 (file)
@@ -83,7 +83,7 @@ spec:
             valueFrom: {secretKeyRef: {name: {{ include "common.release" . }}-sdc-cs-secrets, key: sdc_user}}
           - name: CS_PASSWORD
             valueFrom: {secretKeyRef: {name: {{ include "common.release" . }}-sdc-cs-secrets, key: sdc_password}}
-        resources: {{ include "common.resources" . | nindent 12 }}
+        resources: {{ include "common.resources" . | nindent 10 }}
       {{ include "common.waitForJobContainer" . | indent 6 | trim }}
       imagePullSecrets:
         - name: "{{ include "common.namespace" . }}-docker-registry-key"