fix misnamed cli image, problem with loading kafka chart

Change-Id: Iec610f388ae9f36eb86c55ef8f607c639a0fe3fd
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'