From f6c9b6a8a873943a047cde832d6fe60bac7d0eb1 Mon Sep 17 00:00:00 2001 From: "Brandon B. Jozsa" Date: Wed, 28 Dec 2016 14:07:34 -0500 Subject: [PATCH] Update getting-started.md --- docs/installation/getting-started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/installation/getting-started.md b/docs/installation/getting-started.md index bcbdccc9dd..a9294670bc 100644 --- a/docs/installation/getting-started.md +++ b/docs/installation/getting-started.md @@ -262,7 +262,7 @@ Please ensure that you use ``--purge`` whenever deleting a project. ## Ceph Installation and Verification Install the first service, which is Ceph. If all instructions have been followed as mentioned above, this installation should go smoothly. Use the following command to install Ceph: ``` -admin@kubenode01:~$ helm install --name=bootstrap-ceph local/ceph --namespace=ceph +admin@kubenode01:~$ helm install --name=ceph local/ceph --namespace=ceph ``` ## Bootstrap Installation