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:
parent
65e8cecbac
commit
1984cebe5b
1 changed files with 1 additions and 1 deletions
|
@ -5,5 +5,5 @@ data:
|
||||||
X-Using-Nginx-Controller: "true"
|
X-Using-Nginx-Controller: "true"
|
||||||
kind: ConfigMap
|
kind: ConfigMap
|
||||||
metadata:
|
metadata:
|
||||||
name: proxy-headers
|
name: custom-headers
|
||||||
namespace: kube-system
|
namespace: kube-system
|
||||||
|
|
Loading…
Reference in a new issue