[COMMON] Fix resources indent
[oom.git] / kubernetes / helm / starters / onap-app / templates / deployment.yaml
index fc76c1f..2fe95c0 100644 (file)
@@ -78,8 +78,7 @@ spec:
 #          - mountPath: /opt/app/application.properties
 #            name: {{ include "common.name" . }}-config
 #            subPath: application.properties
-          resources:
-{{ include "common.resources" . | indent 12 }}
+          resources: {{ include "common.resources" . | nindent 12 }}
         {{- if .Values.nodeSelector }}
         nodeSelector:
 {{ toYaml .Values.nodeSelector | indent 10 }}