Skip to content

Commit e7a4813

Browse files
authored
Merge pull request #127698 from codymwalker/codymwalker/appgw-letsencrypt-patch
Update Let's Encrypt Ingress Docs to Address YAML Format Error
2 parents 25f4ccf + d834367 commit e7a4813

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -95,13 +95,13 @@ Use the following steps to install [cert-manager](https://docs.cert-manager.io)
9595
# you prove ownership of a domain by ensuring that a particular
9696
# file is present at the domain
9797
solvers:
98-
- http01:
98+
- http01:
9999
ingress:
100-
# class: azure/application-gateway
101-
ingressTemplate:
102-
metadata:
103-
annotations:
104-
kubernetes.io/ingress.class: azure/application-gateway
100+
# class: azure/application-gateway
101+
ingressTemplate:
102+
metadata:
103+
annotations:
104+
kubernetes.io/ingress.class: azure/application-gateway
105105
EOF
106106
```
107107

0 commit comments

Comments
 (0)