Fix Indentation of example and link to cert-manager tutorial (#8203)

This commit is contained in:
Tiago Ferreira 2022-01-27 16:34:59 +00:00 committed by GitHub
parent 32aa3404f7
commit 8cf73d9720
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -115,7 +115,7 @@ spec:
tls: tls:
- hosts: - hosts:
- ingress-demo.example.com - ingress-demo.example.com
secretName: ingress-demo-tls secretName: ingress-demo-tls
[...] [...]
``` ```
@ -156,5 +156,5 @@ data:
[SNI]: https://en.wikipedia.org/wiki/Server_Name_Indication [SNI]: https://en.wikipedia.org/wiki/Server_Name_Indication
[mozilla-ssl-config-old]: https://ssl-config.mozilla.org/#server=nginx&config=old [mozilla-ssl-config-old]: https://ssl-config.mozilla.org/#server=nginx&config=old
[cert-manager]: https://github.com/jetstack/cert-manager/ [cert-manager]: https://github.com/jetstack/cert-manager/
[full-cert-manager-example]:https://cert-manager.io/docs/tutorials/acme/ingress/ [full-cert-manager-example]:https://cert-manager.io/docs/tutorials/acme/nginx-ingress/
[cert-manager-issuer-config]:https://cert-manager.io/docs/configuration/ [cert-manager-issuer-config]:https://cert-manager.io/docs/configuration/