Skip to content

Commit

Permalink
Merge pull request #810 from bryanv/bryanv/unique-zone-finalizer-name
Browse files Browse the repository at this point in the history
🌱 Use unique finalizer name for infra Zone controller
  • Loading branch information
bryanv authored Dec 6, 2024
2 parents 8e72d79 + ed132dc commit bfe5a9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion controllers/infra/zone/zone_controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ func NewReconciler(
}

// Finalizer is the finalizer placed on Zone objects by VM Operator.
const Finalizer = "vmoperator.vmware.com/finalizer"
const Finalizer = "vmoperator.vmware.com/zone-finalizer"

// Reconciler reconciles a StoragePolicyQuota object.
type Reconciler struct {
Expand Down

0 comments on commit bfe5a9e

Please sign in to comment.