Skip to content

Commit

Permalink
chore: use flyte.org/finalizer instead
Browse files Browse the repository at this point in the history
Signed-off-by: Roger Torrentsgenerós <rogert@spotify.com>
  • Loading branch information
trutx committed Dec 18, 2024
1 parent eb45eb2 commit 202cce9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion flyteplugins/go/tasks/plugins/array/k8s/subtask.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion flytepropeller/pkg/controller/controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ import (

const (
// Finalizer is the global and domain-qualified Flyte finalizer
Finalizer = "flyte.lyft.com/finalizer"
Finalizer = "flyte.org/finalizer"
// OldFinalizer is the old non-domain-qualified finalizer, kept for backwards compatibility
// This should eventually be removed
OldFinalizer = "flyte-finalizer"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ import (
)

const (
finalizer = "flyte.lyft.com/finalizer-k8s"
finalizer = "flyte.org/finalizer-k8s"
// Old non-domain-qualified finalizer for backwards compatibility
// This should eventually be removed
oldFinalizer = "flyte/flytek8s"
Expand Down

0 comments on commit 202cce9

Please sign in to comment.