Merge pull request #6642 from obozek/patch-1

Update README.md
This commit is contained in:
Kubernetes Prow Robot 2020-12-17 03:59:09 -08:00 committed by GitHub
commit c4a0ec8c2a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,7 +2,7 @@
## Ingress ## Ingress
The Ingress in this example adds a custom header to Nginx configuration that only applies to that specific Ingress. If you want to add headers that apply globally to all Ingresses, please have a look at [this example](../custom-headers/README.md). The Ingress in [this example](ingress.yaml) adds a custom header to Nginx configuration that only applies to that specific Ingress. If you want to add headers that apply globally to all Ingresses, please have a look at [this example](../custom-headers/README.md).
```console ```console
$ kubectl apply -f ingress.yaml $ kubectl apply -f ingress.yaml