diff --git a/e2e/azdo-proxy-values.yaml b/e2e/git-auth-proxy-values.yaml similarity index 70% rename from e2e/azdo-proxy-values.yaml rename to e2e/git-auth-proxy-values.yaml index 051eaa4..840adde 100644 --- a/e2e/azdo-proxy-values.yaml +++ b/e2e/git-auth-proxy-values.yaml @@ -5,10 +5,13 @@ config: | { "organizations": [ { - "domain": "test-nginx", - "scheme": "http", "name": "org", - "pat": "foobar", + "provider": "azuredevops", + "azuredevops": { + "pat": "foobar" + }, + "host": "test-nginx", + "scheme": "http", "repositories": [ { "name": "repo",