[COMMON] Fix resources indent
[oom.git] / kubernetes / common / etcd-init / templates / job.yaml
index 9d7dcc2..4b8e2e5 100644 (file)
@@ -90,7 +90,7 @@ spec:
         - mountPath: /etc/localtime
           name: localtime
           readOnly: true
-        resources: {{ include "common.resources" . | nindent 12 }}
+        resources: {{ include "common.resources" . | nindent 10 }}
       {{ include "common.waitForJobContainer" . | indent 6 | trim }}
       {{- if .Values.nodeSelector }}
       nodeSelector: {{ toYaml .Values.nodeSelector | nindent 10 }}