Skip to content

Commit

Permalink
Update AZR credentials
Browse files Browse the repository at this point in the history
  • Loading branch information
vimal-knoldus committed Oct 3, 2023
1 parent 4fd65b1 commit a5c48db
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 @@ -16,7 +16,7 @@ echo "--------docker build done, docker push---------------"
sudo docker push ntdemocontainerregistry.azurecr.io/"$SERVICE_NAME":"$GITHUB_SHA"
echo "--------pushed docker image, deploy to aks cluster--------------------------"

sudo az login --service-principal -u 4535b4bf-5f2a-4d46-9f61-f5889ba6592a -p yeZ8Q~GNfvn..FUsVCQa2lTy02KP42ytdhKwvbdE --tenant 17742d94-229e-4be7-b2a9-75ba757f345b
sudo az login --service-principal -u 6645b10c-62ea-4342-868d-6db24fb136bd -p YVr8Q~dUokG1ZgeliHqsJJ97GFqTfhncsLzJRcow --tenant 023d14ee-6534-4891-94be-7d7350125054
echo "--------getting kube config--------------------------"
sudo az aks get-credentials --resource-group "$RESOURCE_GROUP_NAME" --name "$AKS_CLUSTER"
# setup kustomize
Expand Down

0 comments on commit a5c48db

Please sign in to comment.