From 1984cebe5b0216024fb8819acf72a2a7644d65c3 Mon Sep 17 00:00:00 2001 From: Artem Vysotsky Date: Mon, 31 Jul 2017 15:16:15 -0700 Subject: [PATCH] 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) --- examples/customization/custom-headers/nginx/custom-headers.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/customization/custom-headers/nginx/custom-headers.yaml b/examples/customization/custom-headers/nginx/custom-headers.yaml index beeefc8a4..031d8b2cb 100644 --- a/examples/customization/custom-headers/nginx/custom-headers.yaml +++ b/examples/customization/custom-headers/nginx/custom-headers.yaml @@ -5,5 +5,5 @@ data: X-Using-Nginx-Controller: "true" kind: ConfigMap metadata: - name: proxy-headers + name: custom-headers namespace: kube-system