From f9c777d9e6fea0749e5c42bfd7dabcdc6f15dd7a Mon Sep 17 00:00:00 2001 From: Joe Borg Date: Mon, 1 Mar 2021 14:19:44 -0500 Subject: [PATCH] Add `kubectl` to the start of command Signed-off-by: Joe Borg --- charts/ceph-csi-cephfs/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/ceph-csi-cephfs/README.md b/charts/ceph-csi-cephfs/README.md index 2860a95e9..777a5a5cf 100644 --- a/charts/ceph-csi-cephfs/README.md +++ b/charts/ceph-csi-cephfs/README.md @@ -35,7 +35,7 @@ To install the Chart into your Kubernetes cluster Create the namespace where Helm should install the components with ```bash - create namespace ceph-csi-cephfs + kubectl create namespace ceph-csi-cephfs ``` Run the installation