From b388aec193fc9332039dc5dae7ad8b16cc3c1cc1 Mon Sep 17 00:00:00 2001 From: Rahul Mehta Date: Tue, 30 Aug 2022 23:48:56 -0400 Subject: [PATCH] Fix "Task Resources" default values link 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.