Skip to content

Commit 3e5c676

Browse files
author
naman-msft
committed
updated docs;
1 parent f7dcc0f commit 3e5c676

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scenarios/DeployTrinoOnAKS/deploy-trino-on-aks.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ az aks get-credentials --resource-group $RESOURCE_GROUP_NAME --name $AKS_CLUSTER
7676
Namespaces help organize your Kubernetes resources.
7777

7878
```bash
79-
export NAMESPACE="trino"
79+
export NAMESPACE="trino$RANDOM_SUFFIX"
8080
kubectl create namespace $NAMESPACE
8181
```
8282

0 commit comments

Comments
 (0)