You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwhisk.apache.org by dg...@apache.org on 2021/11/05 14:29:17 UTC

[openwhisk-deploy-kube] branch master updated: Update link to current chart for provisioner (#708)

This is an automated email from the ASF dual-hosted git repository.

dgrove pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/openwhisk-deploy-kube.git


The following commit(s) were added to refs/heads/master by this push:
     new f5dc546  Update link to current chart for provisioner (#708)
f5dc546 is described below

commit f5dc5462802b3859c2d7f3c8cc2ce9330416a5bc
Author: Paul.42 <pa...@gmail.com>
AuthorDate: Fri Nov 5 07:29:10 2021 -0700

    Update link to current chart for provisioner (#708)
    
    previous link has an archived message, new link is the user's chart.
---
 docs/k8s-nfs-dynamic-storage.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/k8s-nfs-dynamic-storage.md b/docs/k8s-nfs-dynamic-storage.md
index e536180..b6670c6 100644
--- a/docs/k8s-nfs-dynamic-storage.md
+++ b/docs/k8s-nfs-dynamic-storage.md
@@ -26,7 +26,7 @@ You will need an already-provisioned NFS server supporting NFS v4 or better, pre
 ### Set up the nfs server
 
 #### Helm chart
-You may wish to consider the [nfs-server-provisioner](https://github.com/helm/charts/tree/master/stable/nfs-server-provisioner) Helm Chart to deploy a nfs server in your k8s cluster. If you experience any problems or you're just interested in setting up your own nfs server, try to set up manually with the following section.
+You may wish to consider the [nfs-server-provisioner](https://github.com/ckotzbauer/helm-charts/tree/main/charts/nfs-client-provisioner) Helm Chart to deploy a nfs server in your k8s cluster. If you experience any problems or you're just interested in setting up your own nfs server, try to set up manually with the following section.
 
 #### Manually
 Assuming you're using a linux machine, first install the nfs server related packages on the nfs server host.