Add kubectl to the start of command

Signed-off-by: Joe Borg <joseph.borg@canonical.com>
This commit is contained in:
Joe Borg 2021-03-01 14:19:44 -05:00 committed by mergify[bot]
parent 6f113aa862
commit f9c777d9e6

View File

@ -35,7 +35,7 @@ To install the Chart into your Kubernetes cluster
Create the namespace where Helm should install the components with Create the namespace where Helm should install the components with
```bash ```bash
create namespace ceph-csi-cephfs kubectl create namespace ceph-csi-cephfs
``` ```
Run the installation Run the installation