[COMMON] Fix resources indent
[oom.git] / kubernetes / dmaap / components / dmaap-bc / templates / deployment.yaml
index e7887cc..a7362f2 100644 (file)
@@ -90,8 +90,7 @@ spec:
           - mountPath: /opt/app/dmaapbc/etc/logback.xml
             name: {{ include "common.fullname" . }}-log-conf
             subPath: logback.xml
-          resources:
-{{ include "common.resources" . }}
+          resources: {{ include "common.resources" . | nindent 12 }}
         {{- if .Values.nodeSelector }}
         nodeSelector: {{ toYaml .Values.nodeSelector | nindent 10 }}
         {{- end -}}