docsupdate

Change-Id: I7a5a8adadc22c08269e1caf3d2cfd54a7b122c52
diff --git a/charts/onos.md b/charts/onos.md
index f5e2abe..b8f29d3 100644
--- a/charts/onos.md
+++ b/charts/onos.md
@@ -21,7 +21,7 @@
 you can use this command to access the ONOS CLI:
 
 ```shell
-ssh karaf@<pod-ip> -p 30115
+ssh karaf@<node-ip> -p 30115
 ```
 
 The default ONOS password is `karaf`.
@@ -68,5 +68,5 @@
 A configuration file called *onos-debug.yaml* can be found in the *configs* folder of the helm-chart repository. That already contains examplar lines to augment the ONOS logging level while deploying the ONOS pod. To use the onos-debug configuration, run:
 
 ```shell
-helm install -n onos -f configs/onos-debug.yaml onos
+helm install -n onos -f configs/onos-debug.yaml cord/onos
 ```
diff --git a/charts/voltha.md b/charts/voltha.md
index 2e0cc65..af2f433 100644
--- a/charts/voltha.md
+++ b/charts/voltha.md
@@ -51,7 +51,7 @@
 you can use this command to access the VOLTHA CLI:
 
 ```shell
-ssh voltha@<pod-ip> -p 30110
+ssh voltha@<node-ip> -p 30110
 ```
 
 The default VOLTHA password is *admin*.