Skip to content

Commit

Permalink
Update deployprofisee.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
Naveen Angali authored and Naveen Angali committed Aug 30, 2023
1 parent 790217c commit b8f3c93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Azure-ARM/deployprofisee.sh
Original file line number Diff line number Diff line change
Expand Up @@ -457,7 +457,7 @@ ACRREPONAME="${repostring[0],,}";
ACRREPOLABEL="${repostring[1],,}"

#Installation of Azure File CSI Driver
if [ "$ACRREPOLABEL" = "2023r2.preview-win22"]; then
if [ "$ACRREPOLABEL" = "2023r2.preview-win22" ]; then
az aks update -n $CLUSTERNAME -g $RESOURCEGROUPNAME --enable-file-driver --yes
else
echo $"Installation of Azure File CSI Driver started.";
Expand Down

0 comments on commit b8f3c93

Please sign in to comment.