Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

HELP-56667: Fixed e2e k8s test failure #2835

Merged
merged 1 commit into from Apr 8, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion test/e2e/atlas/kubernetes_config_generate_test.go
Expand Up @@ -1084,7 +1084,7 @@ func referenceServerless(name, region, namespace, projectName string, labels map
func referenceSharedCluster(name, region, namespace, projectName string, labels map[string]string) *akov2.AtlasDeployment {
cluster := referenceAdvancedCluster(name, region, namespace, projectName, labels)
cluster.Spec.DeploymentSpec.ReplicationSpecs[0].RegionConfigs[0].ElectableSpecs = &akov2.Specs{
DiskIOPS: pointer.Get(int64(0)),
DiskIOPS: nil,
InstanceSize: e2eSharedClusterTier,
}
cluster.Spec.DeploymentSpec.ReplicationSpecs[0].RegionConfigs[0].ReadOnlySpecs = nil
Expand Down