Skip to content

Commit

Permalink
Update aks-deploy.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
yongkanghe committed Feb 5, 2024
1 parent 873f205 commit d142b4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aks-deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d142b4e

Please sign in to comment.