Limiting KEYVAULT_PREFIX to 20 Chars

We have set the char limit to 20 in our deployment template. Hence this env's value should also be atmost 20 char. It exceeds with a region with big name is chosed like australiaeast
This commit is contained in:
Anshul Verma 2024-04-24 15:55:00 +05:30 коммит произвёл GitHub
Родитель 37f24021ab
Коммит 08f199130f
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
1 изменённых файлов: 2 добавлений и 1 удалений

Просмотреть файл

@ -5,5 +5,6 @@ export RESOURCEGROUP=$USER-aro-$LOCATION
export DATABASE_ACCOUNT_NAME=$USER-aro-$LOCATION
export DATABASE_NAME=ARO
export KEYVAULT_PREFIX=$USER-aro-$LOCATION
export KEYVAULT_PREFIX=${KEYVAULT_PREFIX::20}
export ARO_IMAGE=${USER}aro.azurecr.io/aro:$(git rev-parse --short=7 HEAD)$([[ $(git status --porcelain) = "" ]] || echo -dirty)
export FLUENTBIT_IMAGE=${USER}aro.azurecr.io/fluentbit:latest
export FLUENTBIT_IMAGE=${USER}aro.azurecr.io/fluentbit:latest