Skip to content

Commit

Permalink
Changed service connection
Browse files Browse the repository at this point in the history
  • Loading branch information
suyadav1 committed Jan 31, 2025
1 parent 94d4076 commit a3fa3f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .pipelines/azure_pipeline_testframework.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
- task: AzureCLI@1
displayName: Get kubeconfig
inputs:
azureSubscription: 'ContainerInsights_Build_Subscription'
azureSubscription: 'ContainerInsights_Build_Subscription_CI'
scriptLocation: 'inlineScript'
inlineScript: 'az aks get-credentials -g $(RESOURCE_GROUP) -n $(CLUSTER_NAME)'

Expand Down

0 comments on commit a3fa3f1

Please sign in to comment.