Fix some broken link

This commit is contained in:
zhengjiajin 2017-08-08 17:50:14 +08:00
parent 1b41e80eef
commit f8c4c0da21
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