Update getting-started.md

This commit is contained in:
Brandon B. Jozsa 2016-12-23 12:38:38 -05:00 committed by GitHub
parent 22c50d08cc
commit ec891f9624

View File

@ -176,7 +176,7 @@ You can start openstack-helm fairly quickly. Assuming the above requirements ar
Note that the ```bootstrap``` chart is meant to be installed in every namespace you plan to use. It helps install required secrets.
If any helm install step fails, you can back it out with ```helm delete <releaseName> --purge```
If any helm install step fails, you can back it out with ```helm delete --purge <releaseName>```
Make sure sigil is installed to perform the ceph secret generation, as noted in the [Requirements](Requirements).