Fix config name in the example.

Replace `proxy-headers` with `custom-headers` to match [nginx-load-balancer-conf.yaml](https://github.com/kubernetes/ingress/blob/master/examples/customization/custom-headers/nginx/nginx-load-balancer-conf.yaml#L3)
This commit is contained in:
Artem Vysotsky 2017-07-31 15:16:15 -07:00 committed by GitHub
parent 65e8cecbac
commit 1984cebe5b

View file

@ -5,5 +5,5 @@ data:
X-Using-Nginx-Controller: "true"
kind: ConfigMap
metadata:
name: proxy-headers
name: custom-headers
namespace: kube-system