-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implements setting environment variable in kaniko pod #3227 #3287
Implements setting environment variable in kaniko pod #3227 #3287
Conversation
Signed-off-by: Dmitriy Ermakov <[email protected]>
Signed-off-by: Dmitriy Ermakov <[email protected]>
Signed-off-by: Dmitriy Ermakov <[email protected]>
Signed-off-by: Dmitriy Ermakov <[email protected]>
Signed-off-by: Dmitriy Ermakov <[email protected]>
Signed-off-by: Dmitriy Ermakov <[email protected]>
Signed-off-by: Dmitriy Ermakov <[email protected]>
Signed-off-by: Dmitriy Ermakov <[email protected]>
Codecov Report
|
Hi @ErmakovDmitriy I'm afraid kaniko code has changed a lot since then. Could you try to rebase your PR? If you can't, let me know, I might be able to continue your work |
Signed-off-by: Dmitriy Ermakov <[email protected]>
Signed-off-by: Dmitriy Ermakov <[email protected]>
Hi @dgageot Here is the link to test https://travis-ci.com/GoogleContainerTools/skaffold/jobs/277179064 If I am not mistaken, all the failed tests are related to jib:
for instance:
Could you take a look at the Travis Test log because I do not understand how my changes are related to the failed tests? |
@ErmakovDmitriy No worries, it's not related. There's an issue with the site we download Maven from. So all the Jib related tests are flakey today. |
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.
This looks good to me. I'll do a second pass later when all the tests are green
Relates to setting environment variable in kaniko pod #3227
Should merge after : #3284
Description
Implements a possibility to configure custom environment variables using name-value, name-ConfigMap and name-Secret pairs.
User facing changes
Adds to pull request #3284 a posiibility to set EnvVars as described below
Before
No possibility to set custom Env Vars
After
User can use key-value pairs, Secrets or ConfigMaps as a source for Env Vars.
Submitter Checklist
These are the criteria that every PR should meet, please check them off as you
review them:
Reviewer Notes
Release Notes