Merge pull request #1084 from zjj2wry/link

(issue #310)Fix some broken link
This commit is contained in:
Manuel Alejandro de Brito Fontes 2017-08-08 14:18:51 -04:00 committed by GitHub
commit f9a55ce461
4 changed files with 4 additions and 6 deletions

View file

@ -93,7 +93,7 @@ spec:
# The cert must also contain the subj-name foo.bar.com
# You can create it via:
# make keys secret SECRET=/tmp/foobar.json HOST=foo.bar.com NAME=foobar
# https://github.com/kubernetes/contrib/tree/master/ingress/controllers/gce/https_example
# https://github.com/kubernetes/ingress/tree/master/controllers/gce/examples/https
secretName: foobar
- hosts:
- bar.baz.com
@ -101,7 +101,7 @@ spec:
# The cert must also contain the subj-name bar.baz.com
# You can create it via:
# make keys secret SECRET=/tmp/barbaz.json HOST=bar.baz.com NAME=barbaz
# https://github.com/kubernetes/contrib/tree/master/ingress/controllers/gce/https_example
# https://github.com/kubernetes/ingress/tree/master/controllers/gce/examples/https
secretName: barbaz
rules:
- host: foo.bar.com