set node count to 1 in test

This commit is contained in:
Adrian Stobbe 2023-12-29 17:14:29 +01:00
parent e5637dd879
commit 50d064c446

View File

@ -214,6 +214,11 @@ jobs:
}
}
locals {
control_plane_count = 1
worker_count = 1
}
locals {
name = "${{ steps.create-prefix.outputs.prefix }}"
image_version = "${image_version}"