File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
cloudbees-cd/kubernetes/storage/gcp Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -57,9 +57,9 @@ function _create {
57
57
echo " ${bold} +++++++++Use below information to deploy helm chart+++++++++${normal} "
58
58
echo " ${bold} 2) File System IP ====> ${green}${underline} $FS_IP ${normal} "
59
59
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/ "
61
61
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} "
63
63
fi
64
64
}
65
65
You can’t perform that action at this time.
0 commit comments