[VOL-3387] Removing the TYPE parameter from kind-voltha
- Adding NUM_OF_WORKER_NODES to specify the kind cluster size
- Adding NUM_OF_KAFKA to scale up and down the kafka cluster
- Adding NUM_OF_ETCD to scale up and down the etcd cluster

Change-Id: I0359cd1e6d9b90b8d1d7590084805cd47236b9cf
diff --git a/Makefile b/Makefile
index e22fe44..ee3d79c 100644
--- a/Makefile
+++ b/Makefile
@@ -15,7 +15,7 @@
 	shellcheck --version
 	shellcheck $(SHELL_FILES)
 
-YAML_FILES ?= $(shell find . -type f \( -name '*.yaml' -o -name '*.yml' -o -name '*.cfg' \) -print )
+YAML_FILES ?= $(shell find . -type f \( -name '*.yaml' -o -name '*.yml' \) -print )
 yamllint: ## lint check YAML files with yamllint
 	yamllint --version
 	yamllint \