From 751d76c7eb723f96d2bd7b5a25115797cb44bb44 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 ``` ```