Modified script to fix bug for nginx deployment
[eliot.git] / scripts / verifyk8s.sh
index 7b0f52c..08fb3a9 100755 (executable)
@@ -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