Skip to content

Commit 4b3318d

Browse files
committed
Fix bad placeholders
Signed-off-by: Tom Kerkhove <[email protected]>
1 parent 07bba60 commit 4b3318d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/api-management/how-to-deploy-self-hosted-gateway-kubernetes-helm.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,8 @@ This article provides the steps for deploying self-hosted gateway component of A
6060

6161
```console
6262
helm install azure-api-management-gateway \
63-
--set gateway.configuration.uri='<your token>' \
64-
--set gateway.auth.key='<your configuration url>' \
63+
--set gateway.configuration.uri='<your configuration url>' \
64+
--set gateway.auth.key='<your token>' \
6565
azure-apim-gateway/azure-api-management-gateway
6666
```
6767

0 commit comments

Comments
 (0)