Merge "Deployment charts for multicloud-azure plugin"
[oom.git] / kubernetes / sdnc / templates / statefulset.yaml
index 784bc69..32d9884 100644 (file)
@@ -134,7 +134,7 @@ spec:
           - mountPath: /var/log/onap
             name: logs
           resources:
-{{ toYaml (pluck .Values.flavor .Values.resources| first) | indent 12 }}
+{{ include "common.resources" . | indent 12 }}
         {{- if .Values.nodeSelector }}
         nodeSelector:
 {{ toYaml .Values.nodeSelector | indent 10 }}