From b583e9fbe81ec8078eec117a2c2d2fe80d82afe3 Mon Sep 17 00:00:00 2001 From: kmova Date: Thu, 28 Jan 2021 17:04:15 +0000 Subject: [PATCH] update instructions and fix review comments Signed-off-by: kmova --- index.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/index.md b/index.md index d1c5a468..da53d435 100644 --- a/index.md +++ b/index.md @@ -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).