ingress/controllers/README.md: Fix a link
This commit is contained in:
parent
d6e8d89108
commit
963081375b
1 changed files with 1 additions and 1 deletions
|
@ -57,7 +57,7 @@ for {
|
|||
```
|
||||
|
||||
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`
|
||||
* Reloads nginx
|
||||
|
||||
|
|
Loading…
Reference in a new issue