Skip to content

Commit

Permalink
Deployment changes-2 121023
Browse files Browse the repository at this point in the history
  • Loading branch information
vimal-knoldus committed Oct 12, 2023
1 parent 9262788 commit f9a52fd
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 6645b10c-62ea-4342-868d-6db24fb136bd -p YVr8Q~dUokG1ZgeliHqsJJ97GFqTfhncsLzJRcow --tenant 023d14ee-6534-4891-94be-7d7350125054
sudo az login --service-principal -u 8eba7be9-c943-4eb4-9443-7be18d8ac72d -p Ie.8Q~tVh_EFBbVoePRk61NJ~wammEHgVyZKFbRP --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 f9a52fd

Please sign in to comment.