diff --git a/tasks/integration-test/operator-e2e.yaml b/tasks/integration-test/operator-e2e.yaml index de9ae2d1..14bcfe3e 100644 --- a/tasks/integration-test/operator-e2e.yaml +++ b/tasks/integration-test/operator-e2e.yaml @@ -61,6 +61,12 @@ spec: value: "true" - name: FIPS_ENABLED value: "$(params.fips-enabled)" + - name: HTTPS_PROXY + value: "http://squid.corp.redhat.com:3128" + - name: HTTP_PROXY + value: "http://squid.corp.redhat.com:3128" + - name: NO_PROXY + value: "kubernetes.default.svc,.cluster.local,localhost,172.31.0.1,127.0.0.1,.corp.redhat.com,.psi.redhat.com,quay.io" volumeMounts: - name: credentials mountPath: /credentials diff --git a/tasks/integration-test/sigstore-e2e.yaml b/tasks/integration-test/sigstore-e2e.yaml index 12c5cab2..269723ed 100644 --- a/tasks/integration-test/sigstore-e2e.yaml +++ b/tasks/integration-test/sigstore-e2e.yaml @@ -119,6 +119,12 @@ spec: value: "$(steps.push-test-image.results.image)" - name: MANUAL_IMAGE_SETUP value: "true" + - name: HTTPS_PROXY + value: "http://squid.corp.redhat.com:3128" + - name: HTTP_PROXY + value: "http://squid.corp.redhat.com:3128" + - name: NO_PROXY + value: "kubernetes.default.svc,.cluster.local,localhost,172.31.0.1,127.0.0.1,.corp.redhat.com,.psi.redhat.com,quay.io" workingDir: $(workspaces.source-code.path)/sigstore-e2e resources: requests: