Updated Deployment With GitHub Actions (markdown)

Colin Dembovsky 2021-04-22 10:26:08 -05:00
parent e7e3510405
commit 05e7de18f2

@ -44,6 +44,7 @@ spnId=$(az ad sp show --id http://$spnName --query appId --output tsv)
# create AKS cluster
az aks create -g $rg -n $aks --node-count 1 --enable-addons monitoring,http_application_routing --enable-rbac --generate-ssh-keys --attach-acr $acr
# set the k8s context locally
az get-credentials -g $rg -n $aks
# deploy nginx controller