mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-04-22 16:19:19 -04:00
set node count to 1 in test
This commit is contained in:
parent
e5637dd879
commit
50d064c446
@ -214,6 +214,11 @@ jobs:
|
||||
}
|
||||
}
|
||||
|
||||
locals {
|
||||
control_plane_count = 1
|
||||
worker_count = 1
|
||||
}
|
||||
|
||||
locals {
|
||||
name = "${{ steps.create-prefix.outputs.prefix }}"
|
||||
image_version = "${image_version}"
|
||||
|
Loading…
x
Reference in New Issue
Block a user