Skip to content

Commit

Permalink
chore: update finalizer domain
Browse files Browse the repository at this point in the history
  • Loading branch information
trutx committed Dec 17, 2024
1 parent e41667b commit 46a541a
Showing 1 changed file with 1 addition and 1 deletion.
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

0 comments on commit 46a541a

Please sign in to comment.