Skip to content

Commit e0e9d9f

Browse files
committed
change postgresql instead of mlp-postgres
1 parent 098f57c commit e0e9d9f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/e2e/deploy-merlin.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ install_merlin() {
3535
--set merlin-postgresql.image.tag=${POSTGRES_TAG} \
3636
--set mlflow-postgresql.image.repository=${POSTGRES_IMAGE} \
3737
--set mlflow-postgresql.image.tag=${POSTGRES_TAG} \
38-
--set mlp-postgresql.image.repository=${POSTGRES_IMAGE} \
39-
--set mlp-postgresql.image.tag=${POSTGRES_TAG} \
38+
--set postgresql.image.repository=${POSTGRES_IMAGE} \
39+
--set postgresql.image.tag=${POSTGRES_TAG} \
4040
--set rendered.overrides.StandardTransformerConfig.ImageName=${DOCKER_REGISTRY}/merlin-transformer:${VERSION} \
4141
--set imageBuilder.dockerRegistry=${DOCKER_REGISTRY} \
4242
--set imageBuilder.predictionJobBaseImages."3\.7\.*".imageName=${DOCKER_REGISTRY}/merlin/merlin-pyspark-base-py37:${VERSION} \

0 commit comments

Comments
 (0)