Fix number of pods to wait in tests

Signed-off-by: Anton Troshin <anton@diagrid.io>
This commit is contained in:
Anton Troshin 2024-11-05 01:09:47 -06:00
parent 1f080952a5
commit 086a3b9adb
No known key found for this signature in database
GPG Key ID: 9F8A96ACA9EB6363
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ const (
ClusterRoleBindings
numHAPods = 13
numNonHAPods = 5
numNonHAPods = 6
thirdPartyDevNamespace = "default"
devRedisReleaseName = "dapr-dev-redis"