multi-tls readme to reference the file

Makes the doc on https://kubernetes.github.io/ingress-nginx/examples/multi-tls/ clearer by pointing to the example file, not directory context there as in Github
This commit is contained in:
Max Braitmaiere 2018-09-25 20:41:19 +03:00 committed by GitHub
parent 789532f7e0
commit a44e6326ed

View file

@ -4,7 +4,7 @@ This example uses 2 different certificates to terminate SSL for 2 hostnames.
1. Deploy the controller by creating the rc in the parent dir 1. Deploy the controller by creating the rc in the parent dir
2. Create tls secrets for foo.bar.com and bar.baz.com as indicated in the yaml 2. Create tls secrets for foo.bar.com and bar.baz.com as indicated in the yaml
3. Create multi-tls.yaml 3. Create [multi-tls.yaml](multi-tls.yaml)
This should generate a segment like: This should generate a segment like:
```console ```console