Skip to content

Commit

Permalink
set node count to 1 in test
Browse files Browse the repository at this point in the history
  • Loading branch information
elchead committed Jan 4, 2024
1 parent 2594185 commit 5a7b736
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/e2e-test-provider-example.yml
Original file line number Diff line number Diff line change
Expand Up @@ -214,6 +214,11 @@ jobs:
}
}
locals {
control_plane_count = 1
worker_count = 1
}
locals {
name = "${{ steps.create-prefix.outputs.prefix }}"
image_version = "${image_version}"
Expand Down

0 comments on commit 5a7b736

Please sign in to comment.