[COMMON] Fix resources indent
[oom.git] / kubernetes / dmaap / components / dmaap-dr-prov / templates / deployment.yaml
index f44dd7b..b8c32b3 100644 (file)
@@ -57,8 +57,7 @@ spec:
             - mountPath: /opt/app/datartr/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 | indent 10 }}