Skip to content

Commit

Permalink
Use metal3.io namespace for the remediation annotation
Browse files Browse the repository at this point in the history
  • Loading branch information
beekhof committed Feb 11, 2020
1 parent 38d1896 commit 736ecbe
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -28,7 +28,7 @@ import (

const (
machineAnnotationKey = "machine.openshift.io/machine"
machineExternalAnnotationKey = "machine.openshift.io/external-remediation"
machineExternalAnnotationKey = "host.metal3.io/external-remediation"
ownerControllerKind = "MachineSet"
nodeMasterLabel = "node-role.kubernetes.io/master"
machineRoleLabel = "machine.openshift.io/cluster-api-machine-role"
Expand Down

0 comments on commit 736ecbe

Please sign in to comment.