Merge "Fixed mount point for policy-apex-pdp config file"
[oom.git] / kubernetes / policy / charts / drools / charts / nexus / templates / deployment.yaml
index 0635995..d04f8f8 100644 (file)
@@ -65,7 +65,7 @@ spec:
           - mountPath: /sonatype-work
             name: nexus-data
           resources:
-{{ toYaml .Values.resources | indent 12 }}
+{{ toYaml (pluck .Values.flavor .Values.resources| first) | indent 12 }}
         {{- if .Values.nodeSelector }}
         nodeSelector:
 {{ toYaml .Values.nodeSelector | indent 10 }}