Updating charts to use common resource template
[oom.git] / kubernetes / vfc / charts / vfc-db / templates / deployment.yaml
index 6fc4a6d..1b4b31e 100644 (file)
@@ -55,7 +55,7 @@ spec:
             - name: MSB_ADDR
               value: "{{ .Values.global.config.msbServiceName }}:{{ .Values.global.config.msbPort }}"
           resources:
-{{ toYaml .Values.resources | indent 12 }}
+{{ include "common.resources" . | indent 12 }}
         {{- if .Values.nodeSelector }}
         nodeSelector:
 {{ toYaml .Values.nodeSelector | indent 10 }}