[COMMON] Fix resources indent
[oom.git] / kubernetes / portal / components / portal-sdk / templates / deployment.yaml
index 66e8065..3b94a99 100644 (file)
@@ -150,8 +150,7 @@ spec:
           mountPath: "{{ .Values.global.env.tomcatDir }}/logs"
         - name: var-log-onap
           mountPath: "{{ .Values.log.path }}"
-        resources:
-{{ include "common.resources" . }}
+        resources: {{ include "common.resources" . | nindent 10 }}
       {{- if .Values.nodeSelector }}
       nodeSelector:
 {{ toYaml .Values.nodeSelector | indent 10 }}