Skip to content

Commit 5336277

Browse files
authored
Merge pull request #51 from sachingade20/nfs-provisioner-update
Added nfs provisioner changes
2 parents a9dd646 + 22554a1 commit 5336277

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cloudbees-cd/kubernetes/storage/gcp/filestore.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,9 +57,9 @@ function _create {
5757
echo "${bold}+++++++++Use below information to deploy helm chart+++++++++${normal}"
5858
echo "${bold}2) File System IP ====> ${green}${underline}$FS_IP${normal}"
5959
echo "+++++++++Deployment through helm+++++++++"
60-
echo "${bold}1) helm repo add stable https://kubernetes-charts.storage.googleapis.com/${normal}"
60+
echo "${bold}1) helm repo add nfs-subdir-external-provisioner https://kubernetes-sigs.github.io/nfs-subdir-external-provisioner/"
6161
echo "${bold}2) helm repo update${normal}"
62-
echo "${bold}3) helm install nfs-provisioner stable/nfs-client-provisioner --namespace kube-system --set nfs.server=$FS_IP --set nfs.path=/filestore${normal}"
62+
echo "${bold}3) helm install nfs-provisioner nfs-subdir-external-provisioner/nfs-subdir-external-provisioner --namespace kube-system --set nfs.server=$FS_IP --set nfs.path=/filestore${normal}"
6363
fi
6464
}
6565

0 commit comments

Comments
 (0)