Skip to content

Commit

Permalink
Update azure deployment file
Browse files Browse the repository at this point in the history
  • Loading branch information
vimal-knoldus committed Sep 25, 2023
1 parent e23214f commit a9df688
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion az-svc-deployment.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ echo "---------------deploy through kubectl------------------"
echo "----Home dir-----"
echo $HOME
mkdir -p $HOME/.kube
sudo cp -i /home/anshuman/.kube/config $HOME/.kube/config
sudo cp -i /root/.kube/config $HOME/.kube/config
sudo chown $(id -u):$(id -g) $HOME/.kube/config
./kustomize build . | kubectl apply -f -
kubectl rollout status deployment/"$DEPLOYMENT_NAME"
Expand Down

0 comments on commit a9df688

Please sign in to comment.