diff --git a/scripts/deploy_preview.sh b/scripts/deploy_preview.sh index 72acf1c808..320cfd8529 100755 --- a/scripts/deploy_preview.sh +++ b/scripts/deploy_preview.sh @@ -11,7 +11,7 @@ aws configure set aws_access_key_id "$AWS_ACCESS_KEY_ID" aws configure set aws_secret_access_key "$AWS_SECRET_ACCESS_KEY" export region=ap-south-1 -export cluster_name=uat-cluster +export cluster_name=uatx-cluster echo "[default] region = $region @@ -48,7 +48,8 @@ export APPSMITH_AI_SERVER_MANAGED_HOSTING="$APPSMITH_AI_SERVER_MANAGED_HOSTING" export IN_DOCKER="$IN_DOCKER" -aws eks update-kubeconfig --region "$region" --name "$cluster_name" --profile eksci +# aws eks update-kubeconfig --region "$region" --name "$cluster_name" --profile eksci +aws eks update-kubeconfig --region "$region" --name "$cluster_name" echo "Set the default namespace" kubectl config set-context --current --namespace=default