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 <[email protected]>
  • Loading branch information
trutx committed Dec 6, 2024
1 parent eb45eb2 commit e41667b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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 e41667b

Please sign in to comment.