Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
rajeshm7910 committed Aug 3, 2018
1 parent dc79cf4 commit 1600c40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kubernetes/docs/helloworld.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ npm install edgemicro -g
edgemicro init
edgemicro configure -o <org> -e <env> -u <user> -p <password>
kubectl apply -f <(edgemicroctl -org=<org> -env=<env> -key=<edgemicro-key> -sec=<edgemicro-sec> -user=<apigee-user> -pass=<apigee-password> -conf=<file path of org-env-config.yaml> -svc=samples/helloworld/helloworld.yaml)
kubectl apply -f <(edgemicroctl -org=<org> -env=<env> -key=<edgemicro-key> -sec=<edgemicro-sec> -conf=<file path of org-env-config.yaml> -svc=samples/helloworld/helloworld.yaml)
```


Expand Down

0 comments on commit 1600c40

Please sign in to comment.