Merge "Fixed mount point for policy-apex-pdp config file"
[oom.git] / kubernetes / policy / charts / brmsgw / templates / deployment.yaml
index b5ba77b..7b40dbe 100644 (file)
@@ -85,7 +85,7 @@ spec:
           name: pe-scripts
           subPath: do-start.sh
         resources:
-{{ toYaml .Values.resources | indent 12 }}
+{{ toYaml (pluck .Values.flavor .Values.resources| first) | indent 12 }}
       {{- if .Values.nodeSelector }}
       nodeSelector:
 {{ toYaml .Values.nodeSelector | indent 10 }}