[VOL-3780] Passing INFRA_NAMESPACE as parameter with consistent name

Change-Id: I617c818ba338b9d9958b9fd190c1f38d1e39a460
diff --git a/Makefile b/Makefile
index 9823039..3c45ee0 100755
--- a/Makefile
+++ b/Makefile
@@ -506,5 +506,5 @@
 	cd docker && docker build -t opencord/voltctl:local -f Dockerfile.voltctl .
 
 voltctl-docker-image-install-kind:
-	@if [ "`kind get clusters | grep voltha`" = '' ]; then echo "no voltha cluster found" && exit 1; fi
-	kind load docker-image --name `kind get clusters | grep voltha` opencord/voltctl:local
+	@if [ "`kind get clusters | grep kind`" = '' ]; then echo "no kind cluster found" && exit 1; fi
+	kind load docker-image --name `kind get clusters | grep kind` opencord/voltctl:local