Same order.

This commit is contained in:
Jan Mußler 2021-01-22 17:12:36 +01:00
parent d7f2e588f0
commit d97f836302
1 changed files with 1 additions and 1 deletions

View File

@ -108,7 +108,7 @@ func (c *Cluster) syncUnderlyingEBSVolume() error {
}
if modifyIops != nil || modifyThroughput != nil || modifySize != nil {
if modifyThroughput != nil || modifyIops != nil {
if modifyIops != nil || modifyThroughput != nil {
// we default to gp3 if iops and throughput are configured
modifyType = awsGp3
if targetValue.VolumeType == "io2" {