diff --git a/pkg/cluster/volumes.go b/pkg/cluster/volumes.go index 4c5171960..e07d453ec 100644 --- a/pkg/cluster/volumes.go +++ b/pkg/cluster/volumes.go @@ -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" {