Skip to content

Commit 289459f

Browse files
authored
Update quickstart-deploy-application-gateway-for-containers-alb-controller.md
helm install in line 146 fails because of a mistake in $HELM_NAMESPACE. the command expects a namespace however the document instructs the user to insert the cluster name. Fixed the mistake.
1 parent 42f30ea commit 289459f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/application-gateway/for-containers/quickstart-deploy-application-gateway-for-containers-alb-controller.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ You need to complete the following tasks before deploying Application Gateway fo
142142
ALB Controller can be installed by running the following commands:
143143
144144
```azurecli-interactive
145-
HELM_NAMESPACE='<your cluster name>'
145+
HELM_NAMESPACE='<namespace for deployment>'
146146
CONTROLLER_NAMESPACE='azure-alb-system'
147147
az aks get-credentials --resource-group $RESOURCE_GROUP --name $AKS_NAME
148148
helm install alb-controller oci://mcr.microsoft.com/application-lb/charts/alb-controller \

0 commit comments

Comments
 (0)