Skip to content

Commit

Permalink
Fix "Task Resources" default values link (flyteorg#2831)
Browse files Browse the repository at this point in the history
Signed-off-by: Rahul Mehta <[email protected]>

Signed-off-by: Rahul Mehta <[email protected]>
  • Loading branch information
rahul-theorem authored Aug 31, 2022
1 parent abb551c commit e9bc95e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rsts/deployment/cluster_config/general.rst
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ Task resources also include limits which specify the maximum value that a task r
- `ephemeral storage <https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/#local-ephemeral-storage>`__

In the absence of an override, the global
`default values <https://github.com/flyteorg/flyte/blob/1e3d515550cb338c2edb3919d79c6fa1f0da5a19/charts/flyte-core/values.yaml#L35,L43>`__
in the FlyteAdmin config are used.
`default values <https://github.com/flyteorg/flyte/blob/1e3d515550cb338c2edb3919d79c6fa1f0da5a19/charts/flyte-core/values.yaml#L520-L531>`__
in `task_resource_defaults` are used.

The override values from the database are assigned at execution, rather than registration time.

Expand Down

0 comments on commit e9bc95e

Please sign in to comment.