From 05da4e5e6a203e21c4316de07b11ae7853e61275 Mon Sep 17 00:00:00 2001 From: Anders Qvist Date: Mon, 7 Mar 2022 16:36:40 +0100 Subject: [PATCH] Update e2e test with azdo-proxy -> git-auth-proxy. --- ...azdo-proxy-values.yaml => git-auth-proxy-values.yaml} | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) rename e2e/{azdo-proxy-values.yaml => git-auth-proxy-values.yaml} (70%) 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",