Updating charts to use common resource template
[oom.git] / kubernetes / vfc / charts / vfc-workflow / templates / deployment.yaml
index 0bbfd75..a42769b 100644 (file)
@@ -80,7 +80,7 @@ spec:
             - name: OPENPALETTE_MSB_PORT
               value: "{{ .Values.global.config.msbPort | default 80 }}"
           resources:
-{{ toYaml .Values.resources | indent 12 }}
+{{ include "common.resources" . | indent 12 }}
         {{- if .Values.nodeSelector }}
         nodeSelector:
 {{ toYaml .Values.nodeSelector | indent 10 }}