Updating charts to use common resource template
[oom.git] / kubernetes / vfc / charts / vfc-zte-sdnc-driver / templates / deployment.yaml
index 0bb774a..dd61e65 100644 (file)
@@ -72,7 +72,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 }}