From 1600c40eaed9e9fd9d8048dc5ccdfd3d191efb27 Mon Sep 17 00:00:00 2001 From: Rajesh Mishra Date: Fri, 3 Aug 2018 08:52:58 -0700 Subject: [PATCH] docs --- kubernetes/docs/helloworld.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) ```