-
Notifications
You must be signed in to change notification settings - Fork 16.7k
[stable/oauth2-proxy] allow to set extraEnvs without proxyVarsAsSecrets #22770
[stable/oauth2-proxy] allow to set extraEnvs without proxyVarsAsSecrets #22770
Conversation
Hi @mstrzele. Thanks for your PR. I'm waiting for a helm member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. 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. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Any further update will cause the issue/pull request to no longer be considered stale. Thank you for your contributions. |
C'mon! It's a simple fix... |
Sorry for the delay! |
/lgtm |
Could you rebase? |
Signed-off-by: Maciej Strzelecki <maciej.strzelecki@gmail.com>
/lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: desaintmartin, mstrzele 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 |
Signed-off-by: Maciej Strzelecki <maciej.strzelecki@gmail.com> Signed-off-by: Adrien Loiseau <adrien.loiseau@logic-immo.com>
Signed-off-by: Maciej Strzelecki <maciej.strzelecki@gmail.com> Signed-off-by: Miguel Mingorance <miguel.mingorance@deliveryhero.com>
Is this a new chart
No.
What this PR does / why we need it:
It moves the
env
block outside of the condition for proxying variables as secrets. If the condition isfalse
, then theextraEnvs
value cannot be passed as a table, because there is noenv
block defined.Which issue this PR fixes
(optional, in
fixes #<issue number>(, fixes #<issue_number>, ...)
format, will close that issue when PR gets merged)Special notes for your reviewer:
Checklist
[Place an '[x]' (no spaces) in all applicable fields. Please remove unrelated fields.]
[stable/mychartname]
)