Merge pull request #766 from aledbf/nginx-tls

Add support for named port, better docs for TLS nginx Ingress
This commit is contained in:
Prashanth B 2016-05-02 09:01:55 -07:00
commit 496ace4d3a
22 changed files with 523 additions and 155 deletions

View file

@ -43,7 +43,7 @@ const (
var (
// value overwritten during build. This can be used to resolve issues.
version = "0.5"
version = "0.6"
gitRepo = "https://github.com/kubernetes/contrib"
flags = pflag.NewFlagSet("", pflag.ExitOnError)