Skip to content

Commit

Permalink
test: validate azure arc in everything config (Azure#3961)
Browse files Browse the repository at this point in the history
  • Loading branch information
jackfrancis authored and penggu committed Oct 28, 2020
1 parent 0471106 commit 77ae7c2
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 66 deletions.
66 changes: 0 additions & 66 deletions test/e2e/test_cluster_configs/arc/kubernetes-arc.json

This file was deleted.

13 changes: 13 additions & 0 deletions test/e2e/test_cluster_configs/everything.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,19 @@
{
"name": "node-problem-detector",
"enabled": true
},
{
"name": "azure-arc-onboarding",
"enabled": true,
"config": {
"tenantID": "",
"subscriptionID": "",
"resourceGroup": "",
"clusterName": "",
"clientID": "",
"clientSecret": "",
"location": "eastus"
}
}
],
"components": [
Expand Down

0 comments on commit 77ae7c2

Please sign in to comment.