From e9bc95ef6be59a967a575f0131e95a669a72cb85 Mon Sep 17 00:00:00 2001 From: Rahul Mehta <98349643+rahul-theorem@users.noreply.github.com> Date: Wed, 31 Aug 2022 13:35:48 -0400 Subject: [PATCH] Fix "Task Resources" default values link (#2831) Signed-off-by: Rahul Mehta Signed-off-by: Rahul Mehta --- rsts/deployment/cluster_config/general.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rsts/deployment/cluster_config/general.rst b/rsts/deployment/cluster_config/general.rst index 7873186a58..d71dafe994 100644 --- a/rsts/deployment/cluster_config/general.rst +++ b/rsts/deployment/cluster_config/general.rst @@ -33,8 +33,8 @@ Task resources also include limits which specify the maximum value that a task r - `ephemeral storage `__ In the absence of an override, the global -`default values `__ -in the FlyteAdmin config are used. +`default values `__ +in `task_resource_defaults` are used. The override values from the database are assigned at execution, rather than registration time.