Skip to content

Commit 6259984

Browse files
authored
Merge pull request #43 from XenitAB/repair-e2e
Update e2e test with azdo-proxy -> git-auth-proxy
2 parents e502d8a + 05da4e5 commit 6259984

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

e2e/azdo-proxy-values.yaml renamed to e2e/git-auth-proxy-values.yaml

+6-3
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,13 @@ config: |
55
{
66
"organizations": [
77
{
8-
"domain": "test-nginx",
9-
"scheme": "http",
108
"name": "org",
11-
"pat": "foobar",
9+
"provider": "azuredevops",
10+
"azuredevops": {
11+
"pat": "foobar"
12+
},
13+
"host": "test-nginx",
14+
"scheme": "http",
1215
"repositories": [
1316
{
1417
"name": "repo",

0 commit comments

Comments
 (0)