[COMMON] Fix resources indent
[oom.git] / kubernetes / cds / components / cds-sdc-listener / templates / deployment.yaml
index d08390b..4d01b4b 100644 (file)
@@ -88,8 +88,7 @@ spec:
           - mountPath: {{ .Values.config.appConfigDir }}/logback.xml
             name: {{ include "common.fullname" . }}-config
             subPath: logback.xml
-          resources:
-{{ include "common.resources" . | indent 12 }}
+          resources: {{ include "common.resources" . | nindent 12 }}
         {{- if .Values.nodeSelector }}
         nodeSelector:
 {{ toYaml .Values.nodeSelector | indent 10 }}