Skip to content

Commit 0645924

Browse files
authored
Merge pull request #184175 from tomkerkhove/shgw-apim-helm-new-config
docs: Use new Helm configuration for API Management's self-hosted gateway
2 parents 0278726 + 4b3318d commit 0645924

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ This article provides the steps for deploying self-hosted gateway component of A
4646
```console
4747
$ helm search repo azure-apim-gateway
4848
NAME CHART VERSION APP VERSION DESCRIPTION
49-
azure-apim-gateway/azure-api-management-gateway 0.3.0 1.1.2 A Helm chart to deploy an Azure API Management ...
49+
azure-apim-gateway/azure-api-management-gateway 1.0.0 2.0.0 A Helm chart to deploy an Azure API Management ...
5050
```
5151

5252
## Deploy the self-hosted gateway to Kubernetes
@@ -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.endpoint='<your configuration url>' \
64-
--set gateway.authKey='<your token>' \
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)