ingress/controllers/README.md: Fix a link

This commit is contained in:
George G 2016-09-28 16:32:20 +01:00
parent d6e8d89108
commit 963081375b

View file

@ -57,7 +57,7 @@ for {
``` ```
All this is doing is: All this is doing is:
* List Ingresses, optionally you can watch for changes (see [GCE Ingress controller](https://github.com/kubernetes/contrib/blob/master/ingress/controllers/gce/controller.go) for an example) * List Ingresses, optionally you can watch for changes (see [GCE Ingress controller](https://github.com/kubernetes/contrib/blob/master/ingress/controllers/gce/controller/controller.go) for an example)
* Executes the template and writes results to `/etc/nginx/nginx.conf` * Executes the template and writes results to `/etc/nginx/nginx.conf`
* Reloads nginx * Reloads nginx