[COMMON] Fix resources indent
[oom.git] / kubernetes / cds / components / cds-blueprints-processor / templates / deployment.yaml
index 1e4f5e1..520516d 100755 (executable)
@@ -187,8 +187,7 @@ spec:
 
           - mountPath: {{ .Values.persistence.deployedBlueprint }}
             name: {{ include "common.fullname" . }}-blueprints
-          resources:
-{{ include "common.resources" . | indent 12 }}
+          resources: {{ include "common.resources" . | nindent 12 }}
         {{- if .Values.nodeSelector }}
         nodeSelector:
 {{ toYaml .Values.nodeSelector | indent 10 }}