[COMMON] Fix resources indent
[oom.git] / kubernetes / dmaap / components / message-router / templates / statefulset.yaml
index bb42561..f365830 100644 (file)
@@ -79,8 +79,7 @@ spec:
             - mountPath: /appl/dmaapMR1/bundleconfig/etc/logback.xml
               subPath: logback.xml
               name: logback
-          resources:
-{{ include "common.resources" . }}
+          resources: {{ include "common.resources" . | nindent 12 }}
         - name: {{ .Values.zkTunnelService.name }}
           image: {{ include "repositoryGenerator.dockerHubRepository" . }}/{{ .Values.zkTunnelService.image }}
           imagePullPolicy: {{ .Values.global.pullPolicy | default .Values.pullPolicy }}