[COMMON] Fix resources indent
[oom.git] / kubernetes / vfc / components / vfc-vnfmgr / templates / deployment.yaml
index 9fcf9b9..a690a9d 100644 (file)
@@ -108,8 +108,7 @@ spec:
           - name: {{ include "common.fullname" . }}-logconfig
             mountPath: /opt/vfc/gvnfm-vnfmgr/config/log.yml
             subPath: log.yml
-          resources:
-{{ include "common.resources" . | indent 12 }}
+          resources: {{ include "common.resources" . | nindent 12 }}
         {{- if .Values.nodeSelector }}
         nodeSelector:
 {{ toYaml .Values.nodeSelector | indent 10 }}