[COMMON] Fix resources indent
[oom.git] / kubernetes / dmaap / components / dmaap-dr-node / templates / statefulset.yaml
index f4167af..994e7cb 100644 (file)
@@ -67,8 +67,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 | nindent 10 }}
         {{- end -}}