From f0bf12929828479f7a9b3266537f2a2dee720c2b Mon Sep 17 00:00:00 2001 From: Marc Spitzer Date: Sun, 30 Sep 2018 10:51:42 +0800 Subject: [PATCH] update name of config map --- docs/examples/customization/custom-configuration/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/examples/customization/custom-configuration/README.md b/docs/examples/customization/custom-configuration/README.md index bd85c13ac..3463e0812 100644 --- a/docs/examples/customization/custom-configuration/README.md +++ b/docs/examples/customization/custom-configuration/README.md @@ -13,7 +13,7 @@ data: proxy-send-timeout: "120" kind: ConfigMap metadata: - name: nginx-load-balancer-conf + name: nginx-configuration ``` ```