Skip to content

Commit

Permalink
Update install-nfs-client-provisioner.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
pjoshi751 authored May 15, 2024
1 parent 2e917ab commit f6ee7ce
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions kubernetes/nfs-client/install-nfs-client-provisioner.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ helm install nfs-client-provisioner -n $NS \
--set image.tag=v4.0.0 \
--set nfs.server="$NFS_SERVER" \
--set nfs.path="$NFS_PATH" \
--set storageClass.reclaimPolicy="Retain" \
--set storageClass.defaultClass=true \
--wait \
stable/nfs-client-provisioner

0 comments on commit f6ee7ce

Please sign in to comment.