Updating charts to use common resource template
[oom.git] / kubernetes / msb / charts / kube2msb / templates / deployment.yaml
index 7f55dcc..455eae0 100644 (file)
@@ -61,7 +61,7 @@ spec:
             name: localtime
             readOnly: true
           resources:
-{{ toYaml .Values.resources | indent 12 }}
+{{ include "common.resources" . | indent 12 }}
         {{- if .Values.nodeSelector }}
         nodeSelector:
 {{ toYaml .Values.nodeSelector | indent 10 }}