Skip to content
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

keep EnvFrom from pod template #5423

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

flixr
Copy link
Contributor

@flixr flixr commented May 28, 2024

not complete nor tested, just as hint for potential fix for regression in #4969

Tracking issue

#5422

Why are the changes needed?

fix regression

What changes were proposed in this pull request?

Try to keep the envFrom provided e.g. via pod template and just add the default-env-from-secrets instead of overwriting them.

How was this patch tested?

incomplete not tested yet

Setup process

Screenshots

Check all the applicable boxes

  • I updated the documentation accordingly.
  • All new and existing tests passed.
  • All commits are signed-off.

Related PRs

Docs link

not complete nor tested, just as hint for potential fix for regression
in flyteorg#4969
@flixr
Copy link
Contributor Author

flixr commented May 28, 2024

FYI @eapolinario @neilisaur

Copy link

codecov bot commented May 28, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 62.16%. Comparing base (d04cf66) to head (489ed0d).

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #5423      +/-   ##
==========================================
+ Coverage   61.10%   62.16%   +1.06%     
==========================================
  Files         793      381     -412     
  Lines       51164    23362   -27802     
==========================================
- Hits        31265    14524   -16741     
+ Misses      17027     7492    -9535     
+ Partials     2872     1346    -1526     
Flag Coverage Δ
unittests-datacatalog 69.31% <ø> (ø)
unittests-flyteadmin 58.90% <ø> (ø)
unittests-flytecopilot 17.79% <ø> (ø)
unittests-flytectl 68.31% <ø> (ø)
unittests-flyteidl 79.30% <ø> (ø)
unittests-flyteplugins ?
unittests-flytepropeller ?
unittests-flytestdlib ?

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@eapolinario
Copy link
Contributor

working on this now. Will update the PR with tests.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants