Skip to content
This repository has been archived by the owner on Apr 17, 2019. It is now read-only.

Commit

Permalink
Merge pull request #2954 from dwdraju/master
Browse files Browse the repository at this point in the history
fix link for ingress controller gce
  • Loading branch information
k8s-ci-robot authored Jan 18, 2019
2 parents 7a3d2ea + 8ca6389 commit 19c8d34
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ingress/controllers/nginx/examples/multi-tls/multi-tls.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -75,15 +75,15 @@ 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/contrib/tree/master/ingress/controllers/gce/examples/https
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/contrib/tree/master/ingress/controllers/gce/https_example
# https://github.com/kubernetes/contrib/tree/master/ingress/controllers/gce/examples/https
secretName: barbaz
rules:
- host: foo.bar.com
Expand Down

0 comments on commit 19c8d34

Please sign in to comment.