We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 41b6e16 commit 7629e70Copy full SHA for 7629e70
pkg/asset/machines/master_test.go
@@ -275,14 +275,14 @@ func TestBaremetalGeneratedAssetFiles(t *testing.T) {
275
},
276
277
ControlPlane: &types.MachinePool{
278
- Replicas: pointer.Int64Ptr(1),
+ Replicas: ptr.To[int64](3),
279
Platform: types.MachinePoolPlatform{
280
BareMetal: &baremetal.MachinePool{},
281
282
283
Compute: []types.MachinePool{
284
{
285
+ Replicas: ptr.To[int64](1),
286
Platform: types.MachinePoolPlatform{},
287
288
0 commit comments