Fix typo in Kubernetes access doc (R2, R3)

Remove the redundant 'helm' from Step 1. in section
'Kubernetes dashboard'. Applies to both R2 and R3.

Closes-Bug: 1849341

Change-Id: I1df13c79ae70ec445908dcd3f29ba8a696710e62
Signed-off-by: Kristal Dale <kristal.dale@intel.com>
This commit is contained in:
Kristal Dale 2019-10-30 15:14:29 -07:00
parent d0d10e7702
commit 31b0bb2aa4
2 changed files with 2 additions and 2 deletions

View File

@ -122,7 +122,7 @@ To install the Kubernetes dashboard, execute the following steps on controller-0
name: kubernetes-dashboard
EOF
helm helm repo update
helm repo update
helm install stable/kubernetes-dashboard --name dashboard -f dashboard-values.yaml

View File

@ -122,7 +122,7 @@ To install the Kubernetes dashboard, execute the following steps on controller-0
name: kubernetes-dashboard
EOF
helm helm repo update
helm repo update
helm install stable/kubernetes-dashboard --name dashboard -f dashboard-values.yaml