File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed
cloudbees-cd/kubernetes/storage/eks Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -58,14 +58,12 @@ function _create {
58
58
echo " ${bold} 2) File System IP ====> ${green}${underline} $FS_IP ${normal} "
59
59
echo " ${bold} 3) Region ====> ${green}${underline} $REGION ${normal} "
60
60
echo " +++++++++Deployment through helm+++++++++"
61
- echo " ${bold} 1) helm repo add nfs-subdir-external-provisioner https://kubernetes-sigs.github.io/nfs-subdir-external-provisioner/ "
61
+ echo " ${bold} 1) helm repo add stable https://kubernetes-charts.storage.googleapis.com/ ${normal} "
62
62
echo " ${bold} 2) helm repo update${normal} "
63
- echo " ${bold} 3) helm install efs-provisioner nfs-subdir-external-provisioner/nfs-subdir-external -provisioner --namespace kube-system --set efsProvisioner.efsFileSystemId=$FS_ID --set efsProvisioner.awsRegion=$REGION --set efsProvisioner.dnsName=$FS_IP ${normal} "
63
+ echo " ${bold} 3) helm install efs-provisioner stable/efs -provisioner --namespace kube-system --set efsProvisioner.efsFileSystemId=$FS_ID --set efsProvisioner.awsRegion=$REGION --set efsProvisioner.dnsName=$FS_IP ${normal} "
64
64
fi
65
65
}
66
66
67
-
68
-
69
67
function _delete {
70
68
_parse_args " $@ "
71
69
You can’t perform that action at this time.
0 commit comments