Merge "Migrate OOF to v14 AAI schema"
[oom.git] / kubernetes / common / dgbuilder / templates / deployment.yaml
index a191761..353c231 100644 (file)
@@ -86,7 +86,7 @@ spec:
             mountPath: /opt/onap/ccsdk/dgbuilder/releases/sdnc1.0/customSettings.js
             subPath: customSettings.js
           resources:
-{{ toYaml .Values.resources | indent 12 }}
+{{ include "common.resources" . | indent 12 }}
         {{- if .Values.nodeSelector }}
         nodeSelector:
 {{ toYaml .Values.nodeSelector | indent 10 }}