[COMMON] Fix resources indent
[oom.git] / kubernetes / vfc / components / vfc-huawei-vnfm-driver / templates / deployment.yaml
index f96d4d6..a6da5e3 100644 (file)
@@ -81,8 +81,7 @@ spec:
           - name: {{ include "common.fullname" . }}-logconfig
             mountPath: /opt/vfc/hwvnfmdriver/config/log4j.properties
             subPath: log4j.properties
-          resources:
-{{ include "common.resources" . | indent 12 }}
+          resources: {{ include "common.resources" . | nindent 12 }}
         {{- if .Values.nodeSelector }}
         nodeSelector:
 {{ toYaml .Values.nodeSelector | indent 10 }}