Merge pull request #247 from lcharkiewicz/ingress-nginx-url

Fix wrong URL in nginx ingress configuration
This commit is contained in:
Manuel Alejandro de Brito Fontes 2017-02-07 16:44:31 -03:00 committed by GitHub
commit 2045786e37

View file

@ -66,7 +66,7 @@ In addition to the built-in functions provided by the Go package the following f
- empty: returns true if the specified parameter (string) is empty
- contains: [strings.Contains](https://golang.org/pkg/strings/#Contains)
- hasPrefix: [strings.HasPrefix](https://golang.org/pkg/strings/#Contains)
- hasPrefix: [strings.HasPrefix](https://golang.org/pkg/strings/#HasPrefix)
- hasSuffix: [strings.HasSuffix](https://golang.org/pkg/strings/#HasSuffix)
- toUpper: [strings.ToUpper](https://golang.org/pkg/strings/#ToUpper)
- toLower: [strings.ToLower](https://golang.org/pkg/strings/#ToLower)