update instructions and fix review comments

Signed-off-by: kmova <kiran.mova@mayadata.io>
This commit is contained in:
kmova 2021-01-28 17:04:15 +00:00 committed by Kiran Mova
parent 46fbd0ec7e
commit b583e9fbe8
1 changed files with 3 additions and 3 deletions

View File

@ -6,10 +6,10 @@ Please refer to Helm's [documentation](https://helm.sh/docs/) to get started.
Once Helm is set up properly, add the repo as follows:
```console
$helm repo add nfs-subdir-external-provisioner https://kubernetes-sigs.github.io/nfs-subdir-external-provisioner/
$ helm repo add nfs-subdir-external-provisioner https://kubernetes-sigs.github.io/nfs-subdir-external-provisioner/
```
You can then run `helm search repo ` to see the charts.
You can then run `helm search repo` to see the charts.
For more details on installing NFS Subdirectory External Provisioner Helm please see the [chart readme](https://github.com/kubernetes-sigs/nfs-subdir-external-provisioner/blob/master/deploy/helm/README.md).
For more details on installing NFS Subdirectory External Provisioner Helm please see the [chart readme](https://github.com/kubernetes-sigs/nfs-subdir-external-provisioner/blob/master/charts/nfs-subdir-external-provisioner/README.md).