Updating charts to use common resource template
[oom.git] / kubernetes / portal / charts / portal-app / templates / deployment.yaml
index f22bc48..2ab570a 100644 (file)
@@ -98,7 +98,7 @@ spec:
         - name: var-log-onap
           mountPath: /var/log/onap
         resources:
-{{ toYaml (pluck .Values.flavor .Values.resources| first) | indent 12 }}
+{{ include "common.resources" . | indent 12 }}
       {{- if .Values.nodeSelector }}
       nodeSelector:
 {{ toYaml .Values.nodeSelector | indent 10 }}