Skip to content

Commit 237a31e

Browse files
authored
remove the db version (#275)
Signed-off-by: hchenxa <huichen@redhat.com>
1 parent 2369383 commit 237a31e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/e2e/setup/rosa/setup/maestro.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,6 @@ echo "PostgrepSQL subnet group ${db_subnet_group} is created"
119119
db_id=$(aws rds create-db-instance \
120120
--region ${region} \
121121
--engine postgres \
122-
--engine-version 14.10 \
123122
--allocated-storage 20 \
124123
--db-instance-class db.t4g.large \
125124
--db-subnet-group-name ${db_subnet_group} \

0 commit comments

Comments
 (0)