Skip to content

Commit

Permalink
Use unique finalizer name for infra Zone controller
Browse files Browse the repository at this point in the history
Later we may want to also put a finalizer on the Zone for the
VirtualMachineSetResourcePolicy so switch to a more unique
name now.
  • Loading branch information
Bryan Venteicher committed Nov 27, 2024
1 parent c3a5d61 commit ed132dc
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 ed132dc

Please sign in to comment.