Merge pull request #766 from aledbf/nginx-tls
Add support for named port, better docs for TLS nginx Ingress
This commit is contained in:
commit
496ace4d3a
22 changed files with 523 additions and 155 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue