[COMMON] Fix resources indent
[oom.git] / kubernetes / cds / components / cds-command-executor / templates / deployment.yaml
index da83516..003707a 100755 (executable)
@@ -82,8 +82,7 @@ spec:
             readOnly: true
           - 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 }}