From 343c46c9f76283bafece533fa5191dfe86edaf52 Mon Sep 17 00:00:00 2001 From: Fabio Graetz Date: Fri, 8 Mar 2024 10:58:17 +0000 Subject: [PATCH] Lint Signed-off-by: Fabio Graetz --- .../pkg/controller/nodes/task/k8s/task_exec_context.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flytepropeller/pkg/controller/nodes/task/k8s/task_exec_context.go b/flytepropeller/pkg/controller/nodes/task/k8s/task_exec_context.go index 99ab515e96..bb987acbc2 100644 --- a/flytepropeller/pkg/controller/nodes/task/k8s/task_exec_context.go +++ b/flytepropeller/pkg/controller/nodes/task/k8s/task_exec_context.go @@ -61,8 +61,8 @@ func newTaskExecutionMetadata(tCtx pluginsCore.TaskExecutionMetadata, taskTmpl * id := tCtx.GetSecurityContext().RunAs.ExecutionIdentity if len(id) > 0 { - sanitizedId := k8sUtils.SanitizeLabelValue(id) - injectLabels[executionIdentityVariable] = sanitizedId + sanitizedID := k8sUtils.SanitizeLabelValue(id) + injectLabels[executionIdentityVariable] = sanitizedID } return TaskExecutionMetadata{