From 46a541a3e84e9c48621f95c9d49ff9df0fef8686 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Roger=20Torrentsgener=C3=B3s?= Date: Tue, 17 Dec 2024 10:34:37 +0100 Subject: [PATCH] chore: update finalizer domain --- flyteplugins/go/tasks/plugins/array/k8s/subtask.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flyteplugins/go/tasks/plugins/array/k8s/subtask.go b/flyteplugins/go/tasks/plugins/array/k8s/subtask.go index c28d014f78..bdc1c716b7 100644 --- a/flyteplugins/go/tasks/plugins/array/k8s/subtask.go +++ b/flyteplugins/go/tasks/plugins/array/k8s/subtask.go @@ -31,7 +31,7 @@ const ( ErrBuildPodTemplate stdErrors.ErrorCode = "POD_TEMPLATE_FAILED" ErrReplaceCmdTemplate stdErrors.ErrorCode = "CMD_TEMPLATE_FAILED" FlyteK8sArrayIndexVarName string = "FLYTE_K8S_ARRAY_INDEX" - finalizer string = "flyte.lyft.com/finalizer-array" + finalizer string = "flyte.org/finalizer-array" // Old non-domain-qualified finalizer for backwards compatibility // This should eventually be removed oldFinalizer string = "flyte/array"