This is an automated email from the ASF dual-hosted git repository. astefanutti pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel-k.git
commit 254c8e71562b8421abe646fc2fa6b40477c5ab2c Author: Antonin Stefanutti <[email protected]> AuthorDate: Mon Jan 10 18:29:26 2022 +0100 fix(e2e): Add Maven repositories to NO_PROXY --- e2e/common/traits/environment_test.go | 1 + 1 file changed, 1 insertion(+) diff --git a/e2e/common/traits/environment_test.go b/e2e/common/traits/environment_test.go index 630c9ad..57c0201 100644 --- a/e2e/common/traits/environment_test.go +++ b/e2e/common/traits/environment_test.go @@ -46,6 +46,7 @@ func TestEnvironmentTrait(t *testing.T) { ".cluster.local", ".svc", "localhost", + ".apache.org", } noProxy = append(noProxy, svc.Spec.ClusterIPs...)
