From 0e26977dcaae0543b5870424ca81d4cc40d4827c Mon Sep 17 00:00:00 2001 From: Jianhua Shi Date: Wed, 21 Mar 2018 18:05:14 +0800 Subject: [PATCH] Fix broken links in multi-tls (#2228) --- docs/examples/multi-tls/multi-tls.yaml | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/docs/examples/multi-tls/multi-tls.yaml b/docs/examples/multi-tls/multi-tls.yaml index b503f620f..f84ed1734 100644 --- a/docs/examples/multi-tls/multi-tls.yaml +++ b/docs/examples/multi-tls/multi-tls.yaml @@ -91,17 +91,13 @@ spec: - foo.bar.com # This secret must exist beforehand # 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/ingress/tree/master/controllers/gce/examples/https + # https://github.com/kubernetes/ingress-nginx/blob/master/docs/examples/PREREQUISITES.md#tls-certificates secretName: foobar - hosts: - bar.baz.com # This secret must exist beforehand # 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/ingress/tree/master/controllers/gce/examples/https + # https://github.com/kubernetes/ingress-nginx/blob/master/docs/examples/PREREQUISITES.md#tls-certificates secretName: barbaz rules: - host: foo.bar.com