[COMMON] Fix resources indent
[oom.git] / kubernetes / portal / components / portal-widget / templates / deployment.yaml
index e9ecece..f0ea980 100644 (file)
@@ -115,8 +115,7 @@ spec:
         - name: properties-onapwidgetms
           mountPath: "/application.yml"
           subPath: application.yml
-        resources:
-{{ include "common.resources" . | indent 12 }}
+        resources: {{ include "common.resources" . | nindent 10 }}
       {{- if .Values.nodeSelector }}
       nodeSelector:
 {{ toYaml .Values.nodeSelector | indent 10 }}