Skip to content

Commit 41a03e3

Browse files
committed
re-adds zone topology key back to anti-aff spec
1 parent f8aeaf4 commit 41a03e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/services/vmoperator/vmopmachine.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -289,7 +289,7 @@ func (v *VmopMachineService) ReconcileNormal(ctx context.Context, machineCtx cap
289289
},
290290
},
291291
},
292-
TopologyKey: "",
292+
TopologyKey: corev1.LabelTopologyZone,
293293
},
294294
},
295295
},

0 commit comments

Comments
 (0)