diff --git a/doc/source/deploy_install_guides/r2_release/kubernetes_access.rst b/doc/source/deploy_install_guides/r2_release/kubernetes_access.rst index 0b0494038..1231ef425 100644 --- a/doc/source/deploy_install_guides/r2_release/kubernetes_access.rst +++ b/doc/source/deploy_install_guides/r2_release/kubernetes_access.rst @@ -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 diff --git a/doc/source/deploy_install_guides/r3_release/kubernetes_access.rst b/doc/source/deploy_install_guides/r3_release/kubernetes_access.rst index a1667f6c3..19c2b897d 100644 --- a/doc/source/deploy_install_guides/r3_release/kubernetes_access.rst +++ b/doc/source/deploy_install_guides/r3_release/kubernetes_access.rst @@ -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