[COMMON] Fix resources indent
[oom.git] / kubernetes / contrib / components / awx / components / awx-postgres / templates / deployment.yaml
index 3b4dad5..61c0457 100755 (executable)
@@ -64,8 +64,7 @@ spec:
           readOnly: true
         - name: {{ include "common.fullname" . }}-data
           mountPath: /var/lib/postgresql/
-        resources:
-{{ include "common.resources" . | indent 12 }}
+        resources: {{ include "common.resources" . | nindent 10 }}
       {{- if .Values.nodeSelector }}
       nodeSelector:
 {{ toYaml .Values.nodeSelector | indent 10 }}