[COMMON] Fix resources indent
[oom.git] / kubernetes / common / dgbuilder / templates / deployment.yaml
index 6538ad0..9581f72 100644 (file)
@@ -118,8 +118,7 @@ spec:
           - name: config
             mountPath: /opt/onap/ccsdk/dgbuilder/releases/sdnc1.0/customSettings.js
             subPath: customSettings.js
-          resources:
-{{ include "common.resources" . | indent 12 }}
+          resources: {{ include "common.resources" . | nindent 12 }}
         {{- if .Values.nodeSelector }}
         nodeSelector:
 {{ toYaml .Values.nodeSelector | indent 10 }}