From f257d1fcba32110ccd9de673c375e30884a02fed Mon Sep 17 00:00:00 2001 From: zhouya0 <50729202+zhouya0@users.noreply.github.com> Date: Tue, 3 Dec 2019 17:16:57 +0800 Subject: [PATCH] fix path not consistent (#17923) --- .../services-networking/connect-applications-service.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/concepts/services-networking/connect-applications-service.md b/content/en/docs/concepts/services-networking/connect-applications-service.md index 7ee3a485ec..f3e68d3407 100644 --- a/content/en/docs/concepts/services-networking/connect-applications-service.md +++ b/content/en/docs/concepts/services-networking/connect-applications-service.md @@ -250,7 +250,7 @@ nginxsecret kubernetes.io/tls 2 1m ``` And also the configmap: ```shell -kubectl create configmap nginxconfigmap --from-file=examples/staging/https-nginx/default.conf +kubectl create configmap nginxconfigmap --from-file=default.conf ``` ``` configmap/nginxconfigmap created