Skip to content

Commit 13c4a04

Browse files
committed
fix the path of kubeedge-web-controller-app.yaml
Signed-off-by: RyanZhaoXB <[email protected]>
1 parent 9ce0a1c commit 13c4a04

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

kubeedge-counter-demo/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ The KubeEdge Web App runs in a VM on cloud.
4949
$ cd $GOPATH/src/github.com/kubeedge/examples/kubeedge-counter-demo/web-controller-app
5050
$ make
5151
$ make docker
52-
$ cd $GOPATH/src/github.com/kubeedge/examples/kubeedge-counter-demo/templates
52+
$ cd $GOPATH/src/github.com/kubeedge/examples/kubeedge-counter-demo/crds
5353
$ kubectl create -f kubeedge-web-controller-app.yaml
5454
```
5555

@@ -63,7 +63,7 @@ The KubeEdge Counter App run in raspi.
6363
$ cd $GOPATH/src/github.com/kubeedge/examples/kubeedge-counter-demo/counter-mapper
6464
$ make
6565
$ make docker
66-
$ cd $GOPATH/src/github.com/kubeedge/examples/kubeedge-counter-demo/templates
66+
$ cd $GOPATH/src/github.com/kubeedge/examples/kubeedge-counter-demo/crds
6767
$ kubectl create -f kubeedge-pi-counter-app.yaml
6868
```
6969

0 commit comments

Comments
 (0)