Skip to content

Commit cd90270

Browse files
Merge pull request #295970 from JackStromberg/patch-377587
Update example reference
2 parents 8ad64da + ddc1afd commit cd90270

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/application-gateway/for-containers/how-to-cert-manager-lets-encrypt-gateway-api.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ services: application-gateway
55
author: greg-lindsay
66
ms.service: azure-appgw-for-containers
77
ms.topic: how-to
8-
ms.date: 11/18/2024
8+
ms.date: 3/7/2025
99
ms.author: greglin
1010
---
1111

@@ -29,7 +29,7 @@ More details on cert-manager and Let's Encrypt with AKS in general may be found
2929
Apply the following deployment.yaml file on your cluster to create a sample web application to demonstrate the header rewrite.
3030

3131
```bash
32-
kubectl apply -f https://learn.microsoft.com/azure/application-gateway/for-containers/examples/traffic-split-scenario/deployment.yaml
32+
kubectl apply -f https://raw.githubusercontent.com/MicrosoftDocs/azure-docs/refs/heads/main/articles/application-gateway/for-containers/examples/traffic-split-scenario/deployment.yaml
3333
```
3434

3535
This command creates the following on your cluster:
@@ -175,7 +175,7 @@ helm install \
175175
cert-manager jetstack/cert-manager \
176176
--namespace cert-manager \
177177
--create-namespace \
178-
--version v1.16.0 \
178+
--version v1.17.1 \
179179
--set config.enableGatewayAPI=true \
180180
--set crds.enabled=true
181181
```

0 commit comments

Comments
 (0)