Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
fellhorn committed Aug 9, 2023
1 parent c58bcb1 commit db3fdac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions go/tasks/pluginmachinery/flytek8s/k8s_resource_adds.go
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,9 @@ func GetExecutionEnvVars(id pluginsCore.TaskExecutionID) []v1.EnvVar {
Value: attemptNumber,
},
{
Name: "FLYTE_INTERNAL_NODE_ID",
Name: "FLYTE_INTERNAL_NODE_ID",
Value: id.GetID().NodeExecutionId.NodeId,
}
},
// TODO: Fill in these
// {
// Name: "FLYTE_INTERNAL_EXECUTION_WORKFLOW",
Expand Down

0 comments on commit db3fdac

Please sign in to comment.