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