[COMMON] Fix resources indent
[oom.git] / kubernetes / common / postgres / templates / _deployment.tpl
index 1051aaf..e0a0ffd 100644 (file)
@@ -158,7 +158,7 @@ spec:
         - mountPath: /backup
           name: {{ include "common.fullname" $dot }}-backup
           readOnly: true
-        resources: {{ include "common.resources" $dot | nindent 12 }}
+        resources: {{ include "common.resources" $dot | nindent 10 }}
         {{- if $dot.Values.nodeSelector }}
         nodeSelector:
 {{ toYaml $dot.Values.nodeSelector | indent 10 }}