[COMMON] Fix resources indent
[oom.git] / kubernetes / common / postgres-init / templates / job.yaml
index d9a7386..fa4a990 100644 (file)
@@ -98,8 +98,7 @@ spec:
           subPath: setup.sql
         - mountPath: /config
           name: pgconf
-        resources:
-{{ include "common.resources" . | indent 12 }}
+        resources: {{ include "common.resources" . | nindent 10 }}
       {{ include "common.waitForJobContainer" . | indent 6 | trim }}
       {{- if .Values.nodeSelector }}
       nodeSelector: