From c53bbe410b17da45fa2f265be750d15dc7e97864 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 7ee3a485ecf63..f3e68d3407e7a 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