From: abhijit_onap Date: Wed, 29 May 2019 08:30:13 +0000 (+0000) Subject: Modified script to fix bug for nginx deployment X-Git-Url: https://gerrit.akraino.org/r/gitweb?a=commitdiff_plain;h=72099161ee9e09a268777eebe7bba84a82c92e1a;p=eliot.git Modified script to fix bug for nginx deployment Signed-off-by: abhijit_onap Change-Id: I4dfbeeb88b2afcf3f39634bb29f84fcade298a03 --- diff --git a/scripts/verifyk8s.sh b/scripts/verifyk8s.sh index 7b0f52c..08fb3a9 100755 --- a/scripts/verifyk8s.sh +++ b/scripts/verifyk8s.sh @@ -38,7 +38,7 @@ EOF #check if nginx is already deployed if ! kubectl get pods | grep nginx; then - kubectl create -f testk8s-nginx.yaml + kubectl create -f ~/testk8s-nginx.yaml fi #To check whether the deployment is succesesfull