From d142b4e519cfd99b062b568296909c4ad5f8f7f2 Mon Sep 17 00:00:00 2001 From: Yongkang He Date: Mon, 5 Feb 2024 22:41:21 +1100 Subject: [PATCH] Update aks-deploy.sh --- aks-deploy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aks-deploy.sh b/aks-deploy.sh index 29081bc..d8df3f6 100755 --- a/aks-deploy.sh +++ b/aks-deploy.sh @@ -16,7 +16,7 @@ az aks create \ --max-count 3 \ --network-plugin azure -az aks get-credentials -g $MY_PREFIX-$MY_GROUP -n $(az aks list -o table | grep $MY_PREFIX-$MY_CLUSTER | awk '{print $1}') +az aks get-credentials -g $MY_PREFIX-$MY_GROUP -n $(az aks list -g $MY_PREFIX-$MY_GROUP -o table | grep $MY_PREFIX-$MY_CLUSTER | awk '{print $1}') echo "" | awk '{print $1}' ./postgresql-deploy.sh