Skip to content

Commit

Permalink
fix path not consistent
Browse files Browse the repository at this point in the history
  • Loading branch information
zhouya0 committed Dec 3, 2019
1 parent 759e546 commit 43f5106
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 43f5106

Please sign in to comment.