Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions tasks/integration-test/operator-e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 6 additions & 0 deletions tasks/integration-test/sigstore-e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down