[COMMON] Fix resources indent
[oom.git] / kubernetes / vfc / components / vfc-zte-vnfm-driver / templates / deployment.yaml
index 855532d..2a07ed6 100644 (file)
@@ -78,8 +78,7 @@ spec:
           - name: {{ include "common.fullname" . }}-logconfig
             mountPath: /opt/vfc/ztevnfmdriver/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 }}