We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2fd8a2b commit c6a32f7Copy full SHA for c6a32f7
controller/machine/scope.go
@@ -130,6 +130,8 @@ func (scope *machineReconcileScope) reconcile(hw *tinkv1.Hardware) error {
130
if v, found := hw.ObjectMeta.GetAnnotations()[HardwareProvisionedAnnotation]; found && v == "true" {
131
scope.log.Info("Marking TinkerbellMachine as Ready")
132
scope.tinkerbellMachine.Status.Ready = true
133
+
134
+ return nil
135
}
136
137
wf, err := scope.ensureTemplateAndWorkflow(hw)
0 commit comments