diff --git a/kubernetes/docs/helloworld.md b/kubernetes/docs/helloworld.md index b426f4ff9..7a9d159b1 100755 --- a/kubernetes/docs/helloworld.md +++ b/kubernetes/docs/helloworld.md @@ -8,7 +8,7 @@ npm install edgemicro -g edgemicro init edgemicro configure -o -e -u -p -kubectl apply -f <(edgemicroctl -org= -env= -key= -sec= -user= -pass= -conf= -svc=samples/helloworld/helloworld.yaml) +kubectl apply -f <(edgemicroctl -org= -env= -key= -sec= -conf= -svc=samples/helloworld/helloworld.yaml) ```