Updating charts to use common resource template
[oom.git] / kubernetes / vfc / charts / vfc-ems-driver / templates / deployment.yaml
index 9949157..dbad6a7 100644 (file)
@@ -76,7 +76,7 @@ spec:
             - name: VES_AUTHINFO
               value: "{{ .Values.config.vescollectorUser }}:{{ .Values.config.vescollectorPassword }}"
           resources:
-{{ toYaml .Values.resources | indent 12 }}
+{{ include "common.resources" . | indent 12 }}
         {{- if .Values.nodeSelector }}
         nodeSelector:
 {{ toYaml .Values.nodeSelector | indent 10 }}