Skip to content

Commit e2a03d9

Browse files
authored
Merge pull request #124629 from stimms/patch-5
Update solver section for ingress
2 parents a4794be + 59dc138 commit e2a03d9

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

articles/application-gateway/ingress-controller-letsencrypt-certificate-application-gateway.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,8 +94,12 @@ Use the following steps to install [cert-manager](https://docs.cert-manager.io)
9494
# file is present at the domain
9595
solvers:
9696
- http01:
97-
ingress:
98-
ingressclassName: azure/application-gateway
97+
ingress:
98+
# class: azure/application-gateway
99+
ingressTemplate:
100+
metadata:
101+
annotations:
102+
kubernetes.io/ingress.class: azure/application-gateway
99103
EOF
100104
```
101105

0 commit comments

Comments
 (0)