RED-9353: adjust deployment name

This commit is contained in:
Kilian Schuettler 2024-07-26 11:48:33 +02:00
parent f10c4b5bb4
commit 189bd8e979

View File

@ -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}"