Skip to content

Commit

Permalink
Always enable cloud disk auto-expansion.
Browse files Browse the repository at this point in the history
  • Loading branch information
brett19 committed Sep 14, 2023
1 parent 0d2acc2 commit cb9b7b8
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions deployment/clouddeploy/deployer.go
Original file line number Diff line number Diff line change
Expand Up @@ -285,9 +285,6 @@ func (p *Deployer) buildCreateSpecs(
}

diskAutoScalingEnabled := true
if clusterVersion == "7.1" {
diskAutoScalingEnabled = false
}

specs = append(specs, capellacontrol.CreateClusterRequest_Spec{
Compute: instanceType,
Expand Down

0 comments on commit cb9b7b8

Please sign in to comment.