Fix Indentation of example and link to cert-manager tutorial (#8203)
This commit is contained in:
parent
32aa3404f7
commit
8cf73d9720
1 changed files with 2 additions and 2 deletions
|
@ -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/
|
||||||
|
|
Loading…
Reference in a new issue