-
Notifications
You must be signed in to change notification settings - Fork 205
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Propagate proxy configuration to underlying deployments #184
Propagate proxy configuration to underlying deployments #184
Conversation
@vdemeester: GitHub didn't allow me to request PR reviews from the following users: piyush-garg, savitaashture. Note that only tektoncd members and repo collaborators can review this PR, and authors cannot review their own PRs. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
On hold because it needs a proper test / e2e test somehow 🙃 |
The following is the coverage report on the affected files.
|
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: nikhil-thomas The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
t.Fatal(err) | ||
} | ||
|
||
assert.DeepEqual(t, actual, expected) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Bit confused with testcase here
As we have not set env in actual
how are we getting actual
and expected
as equal ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Because ApplyProxySettings
does its job 😉 — aka ready the proxy env variable (set by env.PatchAll
) and add them to the list of environment variables.
4861de9
to
a53d5cd
Compare
The following is the coverage report on the affected files.
|
/test pull-tekton-operator-integration-tests |
Note: custom ca support will be a follow up 😉 |
/hold cancel |
Oh the error is legit… |
This propagate any proxy configuration set on the operator deployment (through environment variables). This applies to any deployment managed by the different addons (TektonPipeline, …). Signed-off-by: Vincent Demeester <vdemeest@redhat.com>
a53d5cd
to
a42e6a6
Compare
The following is the coverage report on the affected files.
|
/lgtm |
/retest |
1 similar comment
/retest |
Changes
This propagate any proxy configuration set on the operator
deployment (through environment variables). This applies to any
deployment managed by the different addons (TektonPipeline, …).
Signed-off-by: Vincent Demeester vdemeest@redhat.com
/kind feature
/hold
/cc @nikhil-thomas @piyush-garg @savitaashture
Submitter Checklist
These are the criteria that every PR should meet, please check them off as you
review them:
See the contribution guide for more details.
Release Notes