Skip to content

Commit

Permalink
fix path not consistent (kubernetes#17923)
Browse files Browse the repository at this point in the history
  • Loading branch information
zhouya0 authored and zacharysarah committed Dec 5, 2019
1 parent 724f3ad commit c53bbe4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c53bbe4

Please sign in to comment.