Skip to content

Commit 35be309

Browse files
fix units
1 parent a75f97b commit 35be309

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

pkg/controller/node/node_controller_test.go

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,9 @@ func filterInformerActions(actions []core.Action) []core.Action {
264264
action.Matches("list", "machineosbuilds") ||
265265
action.Matches("watch", "machineosbuilds") ||
266266
action.Matches("list", "machineosconfigs") ||
267-
action.Matches("watch", "machineosconfigs")) {
267+
action.Matches("watch", "machineosconfigs") ||
268+
action.Matches("list", "machineconfignodes") ||
269+
action.Matches("watch", "machineconfignodes")) {
268270
continue
269271
}
270272
ret = append(ret, action)

0 commit comments

Comments
 (0)