fix misnamed cli image, problem with loading kafka chart

Change-Id: Iec610f388ae9f36eb86c55ef8f607c639a0fe3fd
diff --git a/kubernetes-configs/adtran-munich.yml b/kubernetes-configs/adtran-munich.yml
index ca59efd..1933a4e 100644
--- a/kubernetes-configs/adtran-munich.yml
+++ b/kubernetes-configs/adtran-munich.yml
@@ -16,7 +16,7 @@
     tag: 'berlin-1.0.2'
 
   vcli:
-    repository: 'matteoscandolo/voltha-vcli'
+    repository: 'matteoscandolo/voltha-cli'
     tag: 'berlin-1.0.2'
 
   vcore:
diff --git a/kubernetes-configs/bbwf.yml b/kubernetes-configs/bbwf.yml
index 53e56fc..8e01c2b 100644
--- a/kubernetes-configs/bbwf.yml
+++ b/kubernetes-configs/bbwf.yml
@@ -19,7 +19,7 @@
     tag: 'berlin-1.0.2'
 
   vcli:
-    repository: 'matteoscandolo/voltha-vcli'
+    repository: 'matteoscandolo/voltha-cli'
     tag: 'berlin-1.0.2'
 
   vcore:
@@ -64,13 +64,16 @@
     tag: 'latest'
 
 # kafka
-image: '192.168.100.1:30500/confluentinc/cp-kafka'
-configurationOverrides:
-  "confluent.support.metrics.enable": false
+# NOTE: should make this a separate file or it will collide with other
+# definitions of 'image'
+#
+# image: '192.168.100.1:30500/confluentinc/cp-kafka'
+# configurationOverrides:
+#   "confluent.support.metrics.enable": false
 
 zookeper:
   image:
-    reposiroty: '192.168.100.1:30500/google_samples/k8szk'
+    repository: '192.168.100.1:30500/google_samples/k8szk'
     tag: v3
 
 etcd-operator:
diff --git a/kubernetes-configs/edgecore-pod1.yml b/kubernetes-configs/edgecore-pod1.yml
index 47c9e51..31a00a3 100644
--- a/kubernetes-configs/edgecore-pod1.yml
+++ b/kubernetes-configs/edgecore-pod1.yml
@@ -19,7 +19,7 @@
     tag: 'ams-1.0.2'
 
   vcli:
-    repository: 'matteoscandolo/voltha-vcli'
+    repository: 'matteoscandolo/voltha-cli'
     tag: 'ams-1.0.2'
 
   vcore:
@@ -68,7 +68,10 @@
     tag: 1.0.2
 
 # kafka
-image: '192.168.99.181:30500/confluentinc/cp-kafka:4.1.2-2'
+# NOTE: should make this a separate file or it will collide with other
+# definitions of 'image'
+#
+# image: '192.168.99.181:30500/confluentinc/cp-kafka:4.1.2-2'
 
 zookeper:
   image: '192.168.99.181:30500/google_samples/k8szk:v3'
diff --git a/kubernetes-configs/onlab-pod2.yml b/kubernetes-configs/onlab-pod2.yml
index a7a0720..4ba6884 100644
--- a/kubernetes-configs/onlab-pod2.yml
+++ b/kubernetes-configs/onlab-pod2.yml
@@ -9,6 +9,7 @@
 volt:
   image:
     tag: 'master'
+
 att-workflow-driver:
   image:
     tag: 'master'