From 189bd8e979e057b94dfb809b913d647e7f06df70 Mon Sep 17 00:00:00 2001 From: Kilian Schuettler Date: Fri, 26 Jul 2024 11:48:33 +0200 Subject: [PATCH] RED-9353: adjust deployment name --- publish-custom-image.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/publish-custom-image.sh b/publish-custom-image.sh index a5a5f4c..5016bfe 100755 --- a/publish-custom-image.sh +++ b/publish-custom-image.sh @@ -28,7 +28,7 @@ if [ -z "$1" ]; then fi namespace=${1} -deployment_name="ocr-service-v1" +deployment_name="azure-ocr-service" echo "deploying to ${namespace}"