Skip to content
This repository has been archived by the owner on Oct 10, 2023. It is now read-only.

Commit

Permalink
Change the expected nodes number to 6 when prod plan
Browse files Browse the repository at this point in the history
  • Loading branch information
DingPing Yuan committed Oct 21, 2022
1 parent c60bf7f commit 04bca92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tkg/test/tkgctl/shared/node_pools.go
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ func E2ENodePoolSpec(context context.Context, inputGetter func() E2ENodePoolSpec
Expect(err).To(BeNil())

if strings.Contains(input.Plan, "prod") {
expectedNodes = 4
expectedNodes = 6
} else {
expectedNodes = 2
}
Expand Down

0 comments on commit 04bca92

Please # to comment.