fix path not consistent (#17923)

This commit is contained in:
zhouya0
2019-12-03 17:16:57 +08:00
committed by Kubernetes Prow Robot
parent 759e546bd9
commit f257d1fcba
@@ -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