Skip to content

Commit ea1dbf9

Browse files
committed
e2e: fix dbops-secturity-upgrade* tests
1 parent 20c857c commit ea1dbf9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

stackgres-k8s/e2e/spec/dbops-security-upgrade

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -164,8 +164,8 @@ e2e_test_install() {
164164
--set configurations.postgresconfig.create=true \
165165
--set configurations.poolingconfig.create=false \
166166
--set-string cluster.sgInstanceProfile=size-s \
167-
--set-string cluster.configurations.sgPostgresConfig=postgresconf-"${PREVIOUS_SHARDED_PATRONI_IMAGE_POSTGRES_VERSION%.*}" \
168-
--set-string shardedCluster.shards.configurations.sgPostgresConfig=postgresconf-"${PREVIOUS_SHARDED_PATRONI_IMAGE_POSTGRES_VERSION%.*}" \
167+
--set-string cluster.configurations.sgPostgresConfig=postgresconf-sharded-"${PREVIOUS_SHARDED_PATRONI_IMAGE_POSTGRES_VERSION%.*}" \
168+
--set-string shardedCluster.shards.configurations.sgPostgresConfig=postgresconf-sharded-"${PREVIOUS_SHARDED_PATRONI_IMAGE_POSTGRES_VERSION%.*}" \
169169
--set-string cluster.postgres.version="$PREVIOUS_SHARDED_PATRONI_IMAGE_POSTGRES_VERSION" \
170170
--set cluster.configurations.observability.prometheusAutobind=true \
171171
--set configurations.objectstorage.create=false \

0 commit comments

Comments
 (0)