From 4c54a7be03f9840968b4550d8e6e1ae5ee2b8798 Mon Sep 17 00:00:00 2001 From: Arjan Schaaf Date: Mon, 24 Apr 2017 16:25:16 +0200 Subject: [PATCH] ConfigMap with proxy-set-headers not required when using the configuration-snippets to add a custom header to a specific Ingress configuration. The Ingress does need to be created for the example to work. --- examples/customization/configuration-snippets/nginx/README.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/examples/customization/configuration-snippets/nginx/README.md b/examples/customization/configuration-snippets/nginx/README.md index de277c424..798e3e17e 100644 --- a/examples/customization/configuration-snippets/nginx/README.md +++ b/examples/customization/configuration-snippets/nginx/README.md @@ -20,10 +20,6 @@ NAME READY STATUS RESTARTS AGE default-http-backend-2657704409-qgwdd 1/1 Running 0 28s ``` -```console -$ kubectl create -f nginx-load-balancer-conf.yaml -``` - ## Controller You can deploy the controller as follows: