diff --git a/README.md b/README.md index 3ab4bc2..1b7c421 100644 --- a/README.md +++ b/README.md @@ -129,7 +129,7 @@ When you commit to the main branch, it will kick off a build. You'll get an AKS To access your public IP from the loadbalancer: ```bash -az aks get-credentials --name --resource-group +az aks get-credentials --name $NAME --resource-group $NAME kubectl get services --all-namespaces ```