Skip to content

Commit d86fc48

Browse files
committed
Fixed var name in AKS artifact
1 parent 2660d65 commit d86fc48

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/aks/prepare_aks_artifacts.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,9 @@ export KEYVAULT_NAME="pipeline-vn-aks-vault"
3333
if [ ${TARGET_ENVIRONMENT} == "mock" ]; then
3434
export KEYVAULT_SECRET_NAME="pipeline-vn-aks-opr-key-name"
3535
elif [ ${TARGET_ENVIRONMENT} == "integ" ]; then
36-
OPERATOR_KEY_NAME="pipeline-vn-aks-opr-key-name-integ"
36+
KEYVAULT_SECRET_NAME="pipeline-vn-aks-opr-key-name-integ"
3737
elif [ ${TARGET_ENVIRONMENT} == "prod" ]; then
38-
OPERATOR_KEY_NAME="pipeline-vn-aks-opr-key-name-prod"
38+
KEYVAULT_SECRET_NAME="pipeline-vn-aks-opr-key-name-prod"
3939
else
4040
echo "Arguments not supported: TARGET_ENVIRONMENT=${TARGET_ENVIRONMENT}"
4141
exit 1

0 commit comments

Comments
 (0)