Renamed ControlAgent to NodeControl
This commit is contained in:
@@ -268,7 +268,7 @@ func listTargetNodeNames(
|
||||
osu *monov1alpha1.OSUpgrade,
|
||||
) ([]string, error) {
|
||||
selector := labels.SelectorFromSet(labels.Set{
|
||||
monov1alpha1.ControlAgentKey: "true",
|
||||
monov1alpha1.NodeControlKey: "true",
|
||||
})
|
||||
|
||||
if osu.Spec.NodeSelector != nil {
|
||||
|
||||
Reference in New Issue
Block a user