This is an automated email from the ASF dual-hosted git repository. astefanutti pushed a commit to branch release-1.7.x in repository https://gitbox.apache.org/repos/asf/camel-k.git
commit 4224e319d5897ed2da466bb37a1c128d90bf4357 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 d0095e6..9ec4de9 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...)
