Skip to content

Commit

Permalink
Merge pull request #84 from n1r1/finalizer-fix
Browse files Browse the repository at this point in the history
Change node finalizer name to match api requirements
  • Loading branch information
openshift-merge-robot committed Jul 10, 2020
2 parents a6bf9e1 + 99bb41c commit cb7f02a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/cloud/baremetal/actuators/machine/actuator.go
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ const (
requestPowerOffAnnotation = "reboot.metal3.io/capbm-requested-power-off"
nodeLabelsBackupAnnotation = "remediation.metal3.io/node-labels-backup"
nodeAnnotationsBackupAnnotation = "remediation.metal3.io/node-annotations-backup"
nodeFinalizer = "capbm.metal3.io"
nodeFinalizer = "metal3.io/capbm"
)

// Add RBAC rules to access cluster-api resources
Expand Down

0 comments on commit cb7f02a

Please sign in to comment.