Skip to content

Commit 59dc138

Browse files
authored
Update solver section for ingress
Update solver configuration as per cert-manager/cert-manager#4547 (last comment)
1 parent faf0451 commit 59dc138

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)