Updating charts to use common resource template
[oom.git] / kubernetes / sdc / charts / sdc-wfd-fe / templates / deployment.yaml
index 0dfc61a..c284f2d 100644 (file)
@@ -75,7 +75,7 @@ spec:
             mountPath: /etc/localtime
             readOnly: true
           resources:
-{{ toYaml .Values.resources | indent 12 }}
+{{ include "common.resources" . | indent 12 }}
         {{- if .Values.nodeSelector }}
         nodeSelector:
 {{ toYaml .Values.nodeSelector | indent 10 }}